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
path: root/static
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2020-12-05 21:04:16 +0300
committerdataCobra <datacobra@thinkbot.de>2020-12-05 21:04:16 +0300
commitb2cfe733e611123d0e43d4f39dae0b66653110c6 (patch)
tree3aedbe3c8efc2ca0bc9ce3ea17682c886dd6d4c8 /static
parent59a5e07b03ead913f2f86af4556014055833f1ed (diff)
Adjust appearance of page, list and term headings
Adjustment of the CSS of the h1 headlines of pages, lists and terms to achieve a well-rounded look and feel.
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 44a3017..da4fb0d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -400,8 +400,9 @@ table th {
}
.page-title {
- font-weight: 500;
- margin-top: 0px;
+ font-weight: bold;
+ font-family: "Roboto Slab Regular", serif;
+ margin: -10px 0 10px 0;
}
.tag-cloud {