diff options
author | HombreLaser <buran@silosneeded.com> | 2024-04-01 19:36:20 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-04-01 19:36:20 -0600 |
commit | 222b134054272fe0dae5c7d3a8d64e061ff724f0 (patch) | |
tree | fcd0005b6e827dccc132570ce69543441e5ec373 /assets | |
parent | ca5bd561f27a4a761b6171018e04e83b9363c9ab (diff) |
Improve em styling
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/theme.css | 6 |
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; } + |