Skip to content

Commit ed12068

Browse files
authored
Allow qualtric's article effectiveness survey to be full height (#158)
* fix: Allow qualtrics to be full screen * refactor: Use important * refactor: Moved qualtrics CSS code to existing CSS
1 parent 939a2fe commit ed12068

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/css/f5-hugo.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,12 +1653,15 @@ li.nav-item a.nav-link {
16531653
font-weight:300;
16541654
}
16551655

1656+
/* Qualtrics */
16561657
.QSIUserDefinedHTML {
16571658
width: 83% !important;
1659+
height: 700px !important;
16581660
}
16591661

16601662
div.QSIUserDefinedHTML * {
16611663
width: 100% !important;
1664+
height: 700px !important;
16621665
}
16631666

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

0 commit comments

Comments
 (0)