From 47b6b5edb0a06b406b73f32db97641b6fa03cb23 Mon Sep 17 00:00:00 2001 From: ioanatomici Date: Fri, 17 Apr 2020 23:05:30 +0200 Subject: [PATCH] edited timeline css and html templates --- static/timeline.css | 4 ++-- templates/timeline.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/timeline.css b/static/timeline.css index 6086b2b..b1ae114 100644 --- a/static/timeline.css +++ b/static/timeline.css @@ -3,7 +3,7 @@ body{ background-color: #F4EBE8; } -h1 { +.pagetitle { position: fixed; right:0%; top:5%; @@ -15,7 +15,7 @@ h1 { font-size: 28px; } -.eventdate { +h1 { font-family: Roboto Mono; font-size: 40px; color: #371F10; diff --git a/templates/timeline.html b/templates/timeline.html index 334248f..4efde72 100644 --- a/templates/timeline.html +++ b/templates/timeline.html @@ -8,7 +8,7 @@ Timeline -

Timeline

+
Timeline
{{ body|safe }}