summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-04-01 19:36:20 -0600
committerHombreLaser <buran@silosneeded.com>2024-04-01 19:36:20 -0600
commit222b134054272fe0dae5c7d3a8d64e061ff724f0 (patch)
treefcd0005b6e827dccc132570ce69543441e5ec373
parentca5bd561f27a4a761b6171018e04e83b9363c9ab (diff)
Improve em styling
-rw-r--r--assets/css/theme.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
index 4621a58..e428bb0 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -3,6 +3,11 @@ body {
padding-bottom: 60px;
}
+
+em {
+ display: block;
+}
+
.copyright {
color: #ffffff;
}
@@ -87,3 +92,4 @@ body {
.contact-medium {
color: #ee4444;
}
+