diff options
| author | alpheratz0 <alpheratz99@protonmail.com> | 2022-07-04 14:31:02 -0300 |
|---|---|---|
| committer | alpheratz0 <alpheratz99@protonmail.com> | 2022-07-04 14:31:02 -0300 |
| commit | ead9c68db86481e15cdb1504875ed6face948460 (patch) | |
| tree | 0cec307e89852e98a3e2f187dbf714ce0b4b14d9 /static/style.css | |
| parent | c244c6e9abb58d8cb0f14e68d4335e4e6b140dd8 (diff) | |
fix h3 top margin
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
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) ; |
