diff --git a/assets/css/f5-hugo.css b/assets/css/f5-hugo.css index 0ad5114d..1aefcd6d 100644 --- a/assets/css/f5-hugo.css +++ b/assets/css/f5-hugo.css @@ -1652,4 +1652,22 @@ li.nav-item a.nav-link { .last-modified { font-weight:300; +} + +.QSIUserDefinedHTML { + width: 83% !important; +} + +div.QSIUserDefinedHTML * { + width: 100% !important; +} + +@media (max-width: 618px) { + .QSIUserDefinedHTML { + height: 550px !important; + } + + div.QSIUserDefinedHTML * { + height: 550px !important; + } } \ No newline at end of file diff --git a/layouts/_default/docs.html b/layouts/_default/docs.html index e139a0c6..03c3dd08 100644 --- a/layouts/_default/docs.html +++ b/layouts/_default/docs.html @@ -24,15 +24,16 @@