update css
alex wennerberg alex@alexwennerberg.com
Wed, 11 Nov 2020 17:17:30 -0800
1 files changed,
4 insertions(+),
2 deletions(-)
jump to
M
templates/static/style.css
→
templates/static/style.css
@@ -1,16 +1,18 @@
main { max-width: 70ch; padding: 2ch; - padding-top: 1px; margin: auto; font-family: Helvetica, Arial, monospace; word-wrap: break-word; background-color: white; line-height: 1.5; } +h1 { + margin-top: 0; +} body { - background-color: #c2cfdc; + background-color: lightgrey; } p {