summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorLuke Smith <Luke Smith>2022-07-06 12:43:31 -0400
committerLuke Smith <Luke Smith>2022-07-06 12:43:31 -0400
commit09bf01a0d2e911fed4dc5aa12d6534ef0c6888a6 (patch)
tree00d878e2ed2d9f89c494f08e2d7a89fbca7df2dc /static/style.css
parentad7904db9b3e4bed2cd065619698c2f43c6060e3 (diff)
parente165d79d699f1358fa6224eb964142fcc6c6013b (diff)
Merge branch 'master' of github.com:LukeSmithxyz/landchad
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css5
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) ;