diff --git a/static/timeline.css b/static/timeline.css index 8ceb017..6086b2b 100644 --- a/static/timeline.css +++ b/static/timeline.css @@ -4,13 +4,6 @@ body{ } h1 { - font-family: Roboto Mono; - font-size: 40px; - color: #371F10; - margin-top: 1%; -} - -.pagetitle { position: fixed; right:0%; top:5%; @@ -22,6 +15,13 @@ h1 { font-size: 28px; } +.eventdate { + font-family: Roboto Mono; + font-size: 40px; + color: #371F10; + margin-top: 1%; +} + h2 { font-size: 17px; color: #371F10; diff --git a/templates/timeline.html b/templates/timeline.html index 4efde72..334248f 100644 --- a/templates/timeline.html +++ b/templates/timeline.html @@ -8,7 +8,7 @@ Timeline -
Timeline
+

Timeline

{{ body|safe }}