link header spacing
This commit is contained in:
@@ -86,7 +86,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
padding: var(--section-spacing) 0;
|
padding: var(--section-spacing);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Utility classes */
|
/* Utility classes */
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
--space-xl: calc(var(--space-unit) * 8); /* 2rem */
|
--space-xl: calc(var(--space-unit) * 8); /* 2rem */
|
||||||
--space-xxl: calc(var(--space-unit) * 12); /* 3rem */
|
--space-xxl: calc(var(--space-unit) * 12); /* 3rem */
|
||||||
--space-xxxl: calc(var(--space-unit) * 16); /* 4rem */
|
--space-xxxl: calc(var(--space-unit) * 16); /* 4rem */
|
||||||
|
--space-xxxxl: calc(var(--space-unit) * 32); /* 4rem */
|
||||||
|
|
||||||
/* Typography Scale */
|
/* Typography Scale */
|
||||||
--font-size-base: 1rem;
|
--font-size-base: 1rem;
|
||||||
@@ -41,7 +42,7 @@
|
|||||||
|
|
||||||
/* Layout */
|
/* Layout */
|
||||||
--container-padding: var(--space-md);
|
--container-padding: var(--space-md);
|
||||||
--section-spacing: var(--space-xxl);
|
--section-spacing: var(--space-xxxxl);
|
||||||
--header-height: 100px;
|
--header-height: 100px;
|
||||||
--content-width-sm: 640px;
|
--content-width-sm: 640px;
|
||||||
--content-width-md: 768px;
|
--content-width-md: 768px;
|
||||||
|
|||||||
Reference in New Issue
Block a user