From ead9c68db86481e15cdb1504875ed6face948460 Mon Sep 17 00:00:00 2001 From: alpheratz0 Date: Mon, 4 Jul 2022 14:31:02 -0300 Subject: fix h3 top margin --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index cb6e6b9..24ce191 100644 --- a/static/style.css +++ b/static/style.css @@ -24,7 +24,6 @@ h2 { border-bottom: dashed #ddd 1px ; max-width: 500px ; margin: 1em auto ; - clear: both ; } h3 { @@ -310,6 +309,10 @@ aside.callout { float: right ; } +br { + clear: both; +} + #servicelist .title { font-size: xx-large ; background-color: rgba(3,3,3,0.6) ; -- cgit v1.2.3