Fix footer, properly layout no affiliation notice on small screens

This commit is contained in:
timvisee 2021-01-27 13:34:26 +01:00
parent 638f68334a
commit 8e868a642c
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
2 changed files with 6 additions and 2 deletions

View file

@ -134,7 +134,7 @@ details[open] > summary > svg {
transform: rotate(90deg);
}
footer li:hover {
footer li a:hover {
text-decoration: underline;
}