edited timeline css and html templates

master
ioanatomici 5 years ago
parent 1ffcaad7fc
commit 29ec4c4b24

@ -4,13 +4,6 @@ body{
} }
h1 { h1 {
font-family: Roboto Mono;
font-size: 40px;
color: #371F10;
margin-top: 1%;
}
.pagetitle {
position: fixed; position: fixed;
right:0%; right:0%;
top:5%; top:5%;
@ -22,6 +15,13 @@ h1 {
font-size: 28px; font-size: 28px;
} }
.eventdate {
font-family: Roboto Mono;
font-size: 40px;
color: #371F10;
margin-top: 1%;
}
h2 { h2 {
font-size: 17px; font-size: 17px;
color: #371F10; color: #371F10;

@ -8,7 +8,7 @@
<title>Timeline</title> <title>Timeline</title>
</head> </head>
<body> <body>
<div class="pagetitle">Timeline</div> <h1>Timeline</h1>
<div id="body">{{ body|safe }}</div> <div id="body">{{ body|safe }}</div>
</body> </body>

Loading…
Cancel
Save