Skip to content

Commit

Permalink
Resolve height being able to collapse hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyen committed Jul 22, 2024
1 parent 134de44 commit 8b32633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

.section--hero {
display: grid;
height: 100dvh;
min-height: 100dvh;
border-radius: 0.2em;
color: var(--default-alternate-color);
background: var(--primary-color);
Expand Down

0 comments on commit 8b32633

Please sign in to comment.