Reduce nesting depth in _footer.scss

This commit is contained in:
daudix
2024-08-27 04:36:30 +03:00
parent eeb255ff13
commit 95a80e4c07

View File

@ -20,6 +20,7 @@
gap: 0.25rem; gap: 0.25rem;
margin: 0; margin: 0;
padding: 0; padding: 0;
}
li { li {
display: flex; display: flex;
@ -29,6 +30,7 @@
@media only screen and (max-width: 480px) { @media only screen and (max-width: 480px) {
flex: 0 0 100%; flex: 0 0 100%;
} }
}
a { a {
flex: 1; flex: 1;
@ -52,8 +54,6 @@
} }
} }
} }
}
}
#socials { #socials {
display: flex; display: flex;
@ -66,6 +66,7 @@
li { li {
line-height: 0; line-height: 0;
list-style: none; list-style: none;
}
a { a {
display: block; display: block;
@ -98,7 +99,6 @@
} }
} }
} }
}
p { p {
margin: 1rem auto; margin: 1rem auto;