fix hero overflow

This commit is contained in:
isUnknown 2024-10-31 14:35:37 +01:00
parent a6631f6ccb
commit a2062cd350
4 changed files with 4 additions and 8 deletions

View file

@ -6,6 +6,7 @@
grid-template-columns: 1.6fr 3fr;
column-gap: calc(var(--space-m) / 1.5);
height: calc(100vh - var(--empty-space));
overflow: hidden;
}
.hero__text {