all repos — flounder @ eec165dc2614a49c6eb53e4d1af7d1698e9c1dc4

A small site builder for the Gemini protocol

update css
alex wennerberg alex@alexwennerberg.com
Wed, 11 Nov 2020 17:17:30 -0800
commit

eec165dc2614a49c6eb53e4d1af7d1698e9c1dc4

parent

dd6e1705334fab5e4e108c3b6b73f109f707cbe2

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M templates/static/style.csstemplates/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 {