diff --git a/static/timeline.css b/static/timeline.css index b1ae114..8c861b5 100644 --- a/static/timeline.css +++ b/static/timeline.css @@ -15,10 +15,7 @@ body{ font-size: 28px; } -h1 { - font-family: Roboto Mono; - font-size: 40px; - color: #371F10; +.eventdate { margin-top: 1%; } diff --git a/templates/timeline.html b/templates/timeline.html index 4efde72..debf6ad 100644 --- a/templates/timeline.html +++ b/templates/timeline.html @@ -3,13 +3,14 @@ + - Timeline + {{ page.name }} -
Timeline
-
{{ body|safe }}
+

{{ page.name }}

+
{{ body|safe }}