Skip to content

Commit 1f14ddf

Browse files
committed
fix: Added important tag
1 parent 294f75e commit 1f14ddf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/css/f5-hugo.css

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

16561656
.QSIUserDefinedHTML {
16571657
width: 83% !important;
1658-
height: 100vh;
1658+
height: 100vh !important;
16591659
}
16601660

16611661
div.QSIUserDefinedHTML * {
16621662
width: 100% !important;
1663-
height: 100vh;
1663+
height: 100vh !important;
16641664
}
16651665

16661666
@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: 100vh;
1003+
height: 100vh !important;
10041004
}
10051005

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

10111011
/* Logo */

0 commit comments

Comments
 (0)