refactor: decouple social link styling from fixed elements
This commit is contained in:
parent
a670952e15
commit
3c8b726d83
1 changed files with 17 additions and 29 deletions
|
@ -125,21 +125,10 @@ ul {
|
||||||
&.col-4 {
|
&.col-4 {
|
||||||
columns: 4 auto;
|
columns: 4 auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.social {
|
.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;
|
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
margin: 0 0.375rem 0 0;
|
margin: 0 0.375rem 0 0;
|
||||||
}
|
}
|
||||||
|
@ -161,7 +150,6 @@ ul {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue