diff options
| author | Luke Smith <Luke Smith> | 2022-07-06 12:43:31 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-07-06 12:43:31 -0400 |
| commit | 09bf01a0d2e911fed4dc5aa12d6534ef0c6888a6 (patch) | |
| tree | 00d878e2ed2d9f89c494f08e2d7a89fbca7df2dc /static | |
| parent | ad7904db9b3e4bed2cd065619698c2f43c6060e3 (diff) | |
| parent | e165d79d699f1358fa6224eb964142fcc6c6013b (diff) | |
Merge branch 'master' of github.com:LukeSmithxyz/landchad
Diffstat (limited to 'static')
| -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) ; |
