From 86177862c828dabf2a50f84a0fe51b3814765d9d Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Sat, 18 Apr 2020 00:26:06 +0200 Subject: [PATCH] Iona#2 --- static/timeline.css | 5 +---- templates/timeline.html | 7 ++++--- 2 files changed, 5 insertions(+), 7 deletions(-) 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 }}