Skip to content

Commit 9064a04

Browse files
committed
changed qualtrics width to percentage instead of pixel
1 parent c66a26e commit 9064a04

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

assets/css/f5-hugo.css

+18
Original file line numberDiff line numberDiff line change
@@ -1652,4 +1652,22 @@ li.nav-item a.nav-link {
16521652

16531653
.last-modified {
16541654
font-weight:300;
1655+
}
1656+
1657+
.QSIUserDefinedHTML {
1658+
width: 83% !important;
1659+
}
1660+
1661+
div.QSIUserDefinedHTML * {
1662+
width: 100% !important;
1663+
}
1664+
1665+
@media (max-width: 618px) {
1666+
.QSIUserDefinedHTML {
1667+
height: 550px !important;
1668+
}
1669+
1670+
div.QSIUserDefinedHTML * {
1671+
height: 550px !important;
1672+
}
16551673
}

layouts/_default/docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ <h1>{{ .Title }}</h1>
2424

2525
{{ .Content }}
2626
{{ partial "version-list" . }}
27+
{{ partial "qualtrics-feedback.html" }}
2728
<hr>
2829

2930
{{ if .Page.Lastmod }}
@@ -33,7 +34,6 @@ <h1>{{ .Title }}</h1>
3334
{{ end }}
3435

3536
{{ partial "previous-next-links-in-section-with-title.html" . }}
36-
{{ partial "qualtrics-feedback.html" }}
3737
</main>
3838
{{ if and (gt .WordCount 200 ) (.Params.toc) }}
3939
{{ if (add (len (findRE "<h3" .Content)) (len (findRE "<h2" .Content))) }}

layouts/partials/qualtrics-feedback.html

+1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@
5858
}
5959
catch(i){}})();
6060
</script>
61+
<div style="height: 30px;"></div>
6162
<div id='ZN_2YG73ads2zp5bN0'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
6263
<!--END WEBSITE FEEDBACK SNIPPET-->

0 commit comments

Comments
 (0)