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

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-08-01 16:44:41 +0300
committerNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-08-01 16:44:41 +0300
commitc9911ef87815f422b2a603ec89f3f45bb333da7d (patch)
tree4a580cbc99e1d7467431e43f58f79ae65d967fda /static
parent37355b1f8920c1c1b57dfd3c723039419f080ee3 (diff)
small improvements
Diffstat (limited to 'static')
-rw-r--r--static/css/classes.css (renamed from static/css/index.css)8
-rw-r--r--static/css/theme.css1
2 files changed, 3 insertions, 6 deletions
diff --git a/static/css/index.css b/static/css/classes.css
index 04f31cc..2080116 100644
--- a/static/css/index.css
+++ b/static/css/classes.css
@@ -1,12 +1,8 @@
-body > header h1 {
+.hero {
font-size: 1.6em;
}
-article h1 {
- font-size: 1.7em;
-}
-
-header p {
+.meta {
margin-top: .2em;
margin-bottom: 1.5em;
}
diff --git a/static/css/theme.css b/static/css/theme.css
index 8b6b286..19d7cbb 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -103,6 +103,7 @@ body > header {
}
header h1 {
+ font-size: 1.7em;
margin: 0;
}