Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2020-12-06 13:55:20 +0300
committerdataCobra <datacobra@thinkbot.de>2020-12-06 13:55:20 +0300
commit7413adacfc308e008ce0d705805ceb2d7ad88c65 (patch)
tree52ec4fd0fc03fae625e5ad38e4b7109932320416
parentb2cfe733e611123d0e43d4f39dae0b66653110c6 (diff)
Fix margin of .page-title class2.1.4
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index da4fb0d..9c8490e 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -402,7 +402,7 @@ table th {
.page-title {
font-weight: bold;
font-family: "Roboto Slab Regular", serif;
- margin: -10px 0 10px 0;
+ margin: -10px 0 30px 0;
}
.tag-cloud {