diff --git a/static/timeline.css b/static/timeline.css index 9f6bc3e..475c314 100644 --- a/static/timeline.css +++ b/static/timeline.css @@ -9,17 +9,10 @@ h1 { margin-top: 1%; } -.pagetitle { - position: fixed; - right:0%; - top:5%; - text-align: right; +h2 { + font-size: 17px; background-color: #0BEFEB; - padding: 3px 35px 3px 10px; - z-index: 10; - color: black; - font-size: 28px; - opacity: 0.7; + padding: 5px; } div#body{ width: max-content;} @@ -37,7 +30,8 @@ display: inline-block; .content { display: flex; - margin-right: 5vw; + margin-right: 10vw; + margin-left: 5vw; } .indexlink { @@ -68,15 +62,12 @@ display: inline-block; vertical-align: top; } -.pubpageinfo { - - padding-top: 10px; - font-size: 15px; +.eventfirstpages { + padding-bottom: 5vh; } -.pubpageinfo:hover { - background-color: #0BEFEB; - padding: 10px; +.pubpageinfo { + font-size: 15px; } .thumbborder { diff --git a/templates/timeline.html b/templates/timeline.html index 8b6b655..8df169d 100644 --- a/templates/timeline.html +++ b/templates/timeline.html @@ -8,7 +8,7 @@ Timeline -
┉Timeline
+
{{ body|safe }}