Ditto but for the footer

This commit is contained in:
daudix
2024-08-23 00:50:58 +03:00
parent 3e42c2e3be
commit 092ca0ba97

View File

@ -27,21 +27,18 @@
list-style: none;
@media only screen and (max-width: 480px) {
width: 100%;
flex: 0 0 100%;
}
a {
flex: 1;
transition: var(--transition);
border-radius: 999px;
padding: 0.5rem 0.75rem;
color: var(--fg-muted-4);
line-height: 1.25;
text-decoration: none;
@media only screen and (max-width: 480px) {
width: 100%;
text-align: center;
}
text-decoration: none;
&:hover {
box-shadow: var(--edge-highlight);