Fix footer layout

docs
gravel 3 years ago
parent 22a9d10ac8
commit aaad35338f
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

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

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

Loading…
Cancel
Save