fix: match footer to design documents with typography and colors
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
.section {
|
||||
background: var(--Base-Surface-Subtle-Normal);
|
||||
padding: var(--Spacing-x7) 0;
|
||||
padding: var(--Space-x7) 0;
|
||||
}
|
||||
|
||||
.maxWidth {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x6);
|
||||
gap: var(--Space-x6);
|
||||
margin: 0 auto;
|
||||
max-width: var(--max-width-page);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.section {
|
||||
padding: var(--Spacing-x9) 0;
|
||||
padding: var(--Space-x8) 0;
|
||||
}
|
||||
|
||||
.maxWidth {
|
||||
gap: var(--Spacing-x4);
|
||||
gap: var(--Space-x4);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1367px) {
|
||||
.maxWidth {
|
||||
gap: var(--Spacing-x2);
|
||||
gap: var(--Space-x2);
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user