diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-08-17 23:21:34 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-08-17 23:21:34 -0300 |
commit | 2a575201526063d48c1292ae6bb66d55fbe808c9 (patch) | |
tree | 2ef3036a9df3d55ad44a3123d4294d20ee66c913 /src/static | |
parent | ac5cf2a1e11260ea7415c6e43b0f6270b68bbb69 (diff) |
footer layout tweaks
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site2.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/static/site2.css b/src/static/site2.css index 328ef7d0..49c3ab83 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -197,14 +197,22 @@ footer { font-style: oblique; } -footer > :first-child { +.footer-content { + margin: 5px 12%; +} + +.footer-content > :first-child { margin-top: 0; } -footer > :last-child { +.footer-content > :last-child { margin-bottom: 0; } +.footer-localization-links { + margin: 5px 12%; +} + .footer-localization-links > span:not(:last-child)::after { content: " \00b7 "; font-weight: 800; |