Mobile footer

This commit is contained in:
David Eisinger
2024-03-07 09:17:25 -05:00
parent afe581b20c
commit e7db6c7f7d
2 changed files with 28 additions and 8 deletions

View File

@@ -84,6 +84,20 @@ footer {
}
}
@media only screen and (max-width: 600px) {
footer {
text-align: left;
a {
display: block;
}
.mobile-hidden {
display: none;
}
}
}
sup {
line-height: 0;
font-size: 0.8em;