Skip to content

Commit ff72ecf

Browse files
author
Claudio Cortese
committed
Change vh to dvh
1 parent d040f60 commit ff72ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/css/agency.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ header {
300300
}
301301

302302
body:not(.post-page) header {
303-
min-height: 100vh;
303+
min-height: 100dvh;
304304
}
305305

306306
header > div {
@@ -318,7 +318,7 @@ body:not(.post-page) header .intro-text {
318318
justify-content: center;
319319
padding-top: 100px;
320320
padding-bottom: 50px;
321-
height: 100vh;
321+
height: 100dvh;
322322
}
323323

324324
header .intro-heading {

0 commit comments

Comments
 (0)