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