Skip to content

Commit e0f2aae

Browse files
author
lgilbuena
committed
adjusted variables for padding changes
1 parent 5877c17 commit e0f2aae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/PageHeader/HomePage.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { config } = Astro.props;
1010
1111
---
1212

13-
<div class="max-lg:flex max-lg:flex-col px-lg pt-[11.25rem] lg:pt-3xl pb-0 h-full">
13+
<div class="max-lg:flex max-lg:flex-col px-gutter-md pt-[11.25rem] lg:pt-3xl pb-0 h-full">
1414
<div class="homepage-header-top">
1515
<div class="grid grid-cols-3 lg:grid-cols-4 gap-md overflow-visible h-min">
1616
<p class="col-span-2 lg:col-span-3 mt-0 text-md md:text-xl lg:text-3xl">

styles/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ html {
4949
--spacing-xs: 0.5rem;
5050
--spacing-sm: 1rem;
5151
--spacing-md: 1.5rem;
52-
--spacing-lg: 2.5rem;
52+
--spacing-lg: 2rem;
5353
--spacing-xl: 3rem;
5454
--spacing-2xl: 4rem;
5555
--spacing-3xl: 5rem;

0 commit comments

Comments
 (0)