all repos — flounder @ f0c9825c7f9d849227a13046ebac95084ad390e8

A small site builder for the Gemini protocol

update css
alex wennerberg alex@alexwennerberg.com
Mon, 26 Oct 2020 11:15:52 -0700
commit

f0c9825c7f9d849227a13046ebac95084ad390e8

parent

f538215f8cceaf1c7337329ad4aa3b79977042c2

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M templates/static/style.csstemplates/static/style.css

@@ -5,6 +5,12 @@ margin: auto;

font-family: Helvetica, Arial, monospace; word-wrap: break-word; background-color: white; + line-height: 1.5; +} + +p { + margin-bottom: 0px; + margin-top: 0px; } .inline {