We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5877c17 commit e0f2aaeCopy full SHA for e0f2aae
src/components/PageHeader/HomePage.astro
@@ -10,7 +10,7 @@ const { config } = Astro.props;
10
11
---
12
13
-<div class="max-lg:flex max-lg:flex-col px-lg pt-[11.25rem] lg:pt-3xl pb-0 h-full">
+<div class="max-lg:flex max-lg:flex-col px-gutter-md pt-[11.25rem] lg:pt-3xl pb-0 h-full">
14
<div class="homepage-header-top">
15
<div class="grid grid-cols-3 lg:grid-cols-4 gap-md overflow-visible h-min">
16
<p class="col-span-2 lg:col-span-3 mt-0 text-md md:text-xl lg:text-3xl">
styles/variables.scss
@@ -49,7 +49,7 @@ html {
49
--spacing-xs: 0.5rem;
50
--spacing-sm: 1rem;
51
--spacing-md: 1.5rem;
52
- --spacing-lg: 2.5rem;
+ --spacing-lg: 2rem;
53
--spacing-xl: 3rem;
54
--spacing-2xl: 4rem;
55
--spacing-3xl: 5rem;
0 commit comments