link header spacing

This commit is contained in:
ben7sys
2024-11-17 12:36:47 +01:00
parent 2881c1200d
commit 083e9fd771
2 changed files with 3 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ main {
} }
section { section {
padding: var(--section-spacing) 0; padding: var(--section-spacing);
} }
/* Utility classes */ /* Utility classes */

View File

@@ -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;