diff --git a/static/css/base.css b/static/css/base.css index 15c532bd..a8fb9f4e 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -169,35 +169,40 @@ main { flex: 1; } body > footer { + font-size: 1rem; display: flex; justify-content: space-between; background-color: white; - margin: 0 auto 36px auto; - padding: 7px 7px 6px 7px; + margin-block: 0 2.5em; + margin-inline: auto; + padding: 0.5em; overflow: hidden; - border-radius: 5px; + border-radius: 0.5em; box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.11); } body > footer > * { - font-size: 11px; - padding: 3px 5px; + font-size: 0.86em; + padding: 0.25em; } #content-bottom-links { display: flex; list-style: none; margin: 0; } -#content-bottom-links li:not(:last-child)::after { - content: "|"; +body > footer li { + padding-inline: 0 0.25em; +} +body > footer li :not(:last-child) { + border-inline-end: 0.125em solid; } #content-bottom-links li a { display: inline-block; } #content-bottom-links li:not(:first-child) a { - margin-left: 3px; + margin-inline-start: 0.5em; } #content-bottom-links li:not(:last-child) a { - margin-right: 3px; + margin-inline-end: 0.5em; } #hr-clear { clear: both;