Skip to content

Commit 294f75e

Browse files
committed
fix: Changed height to be 100vh instead of hardcoded value
1 parent 41e0c96 commit 294f75e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/css/f5-hugo.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,10 +1655,12 @@ li.nav-item a.nav-link {
16551655

16561656
.QSIUserDefinedHTML {
16571657
width: 83% !important;
1658+
height: 100vh;
16581659
}
16591660

16601661
div.QSIUserDefinedHTML * {
16611662
width: 100% !important;
1663+
height: 100vh;
16621664
}
16631665

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

assets/css/v2/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,12 +1000,12 @@ blockquote p:last-child {
10001000
/* Qualtrics */
10011001
.QSIUserDefinedHTML {
10021002
width: 100% !important;
1003-
height: 700px;
1003+
height: 100vh;
10041004
}
10051005

10061006
div.QSIUserDefinedHTML * {
10071007
width: 100% !important;
1008-
height: 700px;
1008+
height: 100vh;
10091009
}
10101010

10111011
/* Logo */

0 commit comments

Comments
 (0)