diff --git a/ticker-serve/static/style.css b/ticker-serve/static/style.css index 3f9a9ba..5e48c62 100644 --- a/ticker-serve/static/style.css +++ b/ticker-serve/static/style.css @@ -16,14 +16,13 @@ h1 { h2 { margin: 0 0; } -h1, h2 { +h1, .weekday { font-family: serif; font-variant: small-caps; letter-spacing: 0.3rem; } .date { - font-family: sans-serif; display: inline-flex; flex-flow: column nowrap; justify-content: flex-end; @@ -59,7 +58,7 @@ h1, h2 { font-size: 180%; vertical-align: middle; display: inline-block; - width: 35rem; + width: 33rem; text-align: center; } @@ -115,10 +114,11 @@ h3 a { } footer { + margin: 4rem auto 0; text-align: center; } footer p { - margin: 1rem 0 0; + margin: 0.5rem 0; } footer a { color: #F7F7F7; diff --git a/ticker-serve/templates/index.html b/ticker-serve/templates/index.html index 660095c..5ce3011 100644 --- a/ticker-serve/templates/index.html +++ b/ticker-serve/templates/index.html @@ -1,7 +1,7 @@ - Ticker + Dresden Ticker