Fix footer layout

dev
gravel 3 years ago
parent 66ad8e1dd1
commit 6286a4fb98
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -1,3 +1,12 @@
html.js .noscript {
display: none;
}
/* Dead style */
html:not(.js) .js-only {
display: none;
}
header { header {
display: flex; display: flex;
direction: row; direction: row;
@ -81,7 +90,9 @@ footer p {
} }
footer nav a { footer nav a {
margin: 0 .5ch; display: inline-block;
margin: .25em;
white-space: nowrap;
} }
/* <Colors> */ /* <Colors> */

@ -57,13 +57,11 @@
objectionable or illegal content, but objectionable or illegal content, but
you should still proceed with caution. you should still proceed with caution.
</p> </p>
<noscript> <p class="noscript">
<p> This site works fine without JavaScript.
This site works fine without JavaScript. However, some interactive features are
However, some interactive features are only available with JS enabled.
only available with JS enabled. </p>
</p>
</noscript>
<nav> <nav>
<a <a
href="https://lokilocker.com/Mods/Session-Groups/wiki/Session-Closed-Groups" href="https://lokilocker.com/Mods/Session-Groups/wiki/Session-Closed-Groups"

Loading…
Cancel
Save