fix hero overflow
This commit is contained in:
parent
a6631f6ccb
commit
a2062cd350
4 changed files with 4 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue