Reduce nesting depth in _footer.scss
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user