style hero

This commit is contained in:
isUnknown 2024-07-30 16:31:55 +02:00
parent a5ec57959d
commit 6df3927970
8 changed files with 21 additions and 6 deletions

View file

@ -45,7 +45,7 @@
max-height: 0;
padding: 0 var(--margin-body);
background-color: #fff;
z-index: -1;
z-index: 0;
transition: max-height 0.3s ease-in-out;
border-bottom: var(--border);
}

View file

@ -0,0 +1,3 @@
.events-grid {
min-height: 30rem;
}

View file

@ -1,9 +1,6 @@
.hero {
display: grid;
grid-template-columns: 2fr 3fr;
}
.hero__text {
padding: 2.5rem;
}

View file

@ -9,6 +9,7 @@
--curve-quick-slow: cubic-bezier(0.175, 0.885, 0.32, 1.275);
--margin-body: 3.86rem;
--space-m: 2rem;
--color-pink: #ed268f;
--color-pink-light: #ffa199;