feat: add spacing util classes
This commit is contained in:
parent
d4ffca4b5b
commit
4333a7bde9
5 changed files with 100 additions and 20 deletions
|
@ -1,16 +1,5 @@
|
|||
.footer {
|
||||
background-color: var(--color-bg-soft);
|
||||
margin-block-start: 1.5rem;
|
||||
padding-block: 1.5rem;
|
||||
}
|
||||
|
||||
.footer-links {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.footer-gap {
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.footer-grid {
|
||||
|
@ -21,16 +10,12 @@
|
|||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.footer-pages .footer-links {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@media (min-width: 32rem) {
|
||||
.footer-grid {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.footer-pages .footer-links {
|
||||
.footer-pages ul {
|
||||
flex-direction: row;
|
||||
gap: 1rem;
|
||||
justify-content: flex-end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue