Skip to content

Commit e3dd98a

Browse files
committed
refactor: Moved qualtrics CSS code to existing CSS
1 parent 9dff575 commit e3dd98a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

assets/css/f5-hugo.css

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

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

14261417
/* credit:
@@ -1662,12 +1653,15 @@ li.nav-item a.nav-link {
16621653
font-weight:300;
16631654
}
16641655

1656+
/* Qualtrics */
16651657
.QSIUserDefinedHTML {
16661658
width: 83% !important;
1659+
height: 700px !important;
16671660
}
16681661

16691662
div.QSIUserDefinedHTML * {
16701663
width: 100% !important;
1664+
height: 700px !important;
16711665
}
16721666

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

0 commit comments

Comments
 (0)