templates/index: do centering better

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-04-21 16:35:31 -04:00
parent 15b5ed4738
commit 8e0ff7513c
1 changed files with 19 additions and 17 deletions

View File

@ -26,6 +26,10 @@
color: #ebdbb2;
}
main {
text-align: center;
}
pre {
background-color: #3c3836;
padding: 1em;
@ -95,27 +99,25 @@
</head>
<body id="top">
<center>
<main>
<big>Today is March <big>{{.Day}}</big>, 2020</big>
<main>
<big>Today is March <big>{{.Day}}</big>, 2020</big>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p>{{.Quip}}</p>
<p>{{.Quip}}</p>
<br />
<br />
<br />
<br />
<footer>
<p>From <a href="https://christine.website">Within</a> - <a
href="https://twitter.com/theprincessxena">@theprincessxena</a> - <a
href="https://tulpa.dev/cadey/todayinmarch2020">Source Code</a></p>
</footer>
</main>
</center>
<footer>
<p>From <a href="https://christine.website">Within</a> - <a
href="https://twitter.com/theprincessxena">@theprincessxena</a> - <a
href="https://tulpa.dev/cadey/todayinmarch2020">Source Code</a></p>
</footer>
</main>
</body>
</html>