Skip to content

Commit

Permalink
Switch from dvh to svh
Browse files Browse the repository at this point in the history
  • Loading branch information
slavanga committed Aug 9, 2024
1 parent bffb916 commit 39b086d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/components/_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@

.section--vh {
min-height: 100vh;
min-height: 100dvh;
min-height: 100svh;
}

.section--half-vh {
min-height: 50vh;
min-height: 50dvh;
min-height: 50svh;
}

0 comments on commit 39b086d

Please sign in to comment.