refactor: decouple social link styling from fixed elements

This commit is contained in:
Sebin Nyshkim 2023-04-02 17:03:27 +02:00
parent a670952e15
commit 3c8b726d83

View file

@ -125,21 +125,10 @@ ul {
&.col-4 {
columns: 4 auto;
}
}
&.social {
display: flex;
flex-flow: var(--social-links-flex-flow);
justify-content: space-evenly;
margin: 1rem 0;
padding: 0;
list-style: none;
li {
flex: var(--social-links-flex);
padding: 0.25rem;
text-align: center;
.social {
> * {
&:before {
margin: 0 0.375rem 0 0;
}
@ -161,7 +150,6 @@ ul {
}
}
}
}
table {
border-collapse: collapse;