Skip to content

Commit eb55a05

Browse files
committed
fix: Switched to 100vh
1 parent e3dd98a commit eb55a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/f5-hugo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,12 +1656,12 @@ li.nav-item a.nav-link {
16561656
/* Qualtrics */
16571657
.QSIUserDefinedHTML {
16581658
width: 83% !important;
1659-
height: 700px !important;
1659+
height: 100vh !important;
16601660
}
16611661

16621662
div.QSIUserDefinedHTML * {
16631663
width: 100% !important;
1664-
height: 700px !important;
1664+
height: 100vh !important;
16651665
}
16661666

16671667
@media (max-width: 618px) {

0 commit comments

Comments
 (0)