Unify section spacing
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
--section-padding: clamp(2.5rem, 4vw, 5rem);
|
||||
--section-padding-x: clamp(2rem, 3.3vw, 3.5rem);
|
||||
--section-padding-y: clamp(3.5rem, 5vw, 5.75rem);
|
||||
--section-stack-padding-y: clamp(2.5rem, 4vw, 4rem);
|
||||
--grid-gap: 1.6rem;
|
||||
--content-width-wide: 1320px;
|
||||
--content-width-narrow: 1040px;
|
||||
@@ -222,9 +223,14 @@ button {
|
||||
color: var(--text-dark);
|
||||
}
|
||||
|
||||
.process,
|
||||
.focus,
|
||||
.work {
|
||||
padding: var(--section-stack-padding-y) var(--section-padding-x);
|
||||
}
|
||||
|
||||
.process {
|
||||
text-align: center;
|
||||
padding: clamp(2.5rem, 4vw, 4rem) var(--section-padding-x) clamp(2.8rem, 4vw, 3.6rem);
|
||||
}
|
||||
|
||||
.section-head {
|
||||
|
||||
Reference in New Issue
Block a user