Skip to content

Commit daf45be

Browse files
committed
fix: Allow qualtrics to be full screen
1 parent a0624dd commit daf45be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/css/f5-hugo.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,15 @@ summary {
14121412
color: green;
14131413
}
14141414

1415+
/* Qualtrics */
1416+
.QSIUserDefinedHTML {
1417+
height: 700px;
1418+
}
1419+
1420+
.QSIUserDefinedHTML * > div {
1421+
height: 700px;
1422+
}
1423+
14151424
/* end custom-styles shortcode additions */
14161425

14171426
/* credit:

0 commit comments

Comments
 (0)