Skip to content

Commit

Permalink
changed qualtrics width to percentage instead of pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
lamATnginx committed Nov 20, 2024
1 parent c66a26e commit 52521bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion assets/css/f5-hugo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1652,4 +1652,16 @@ li.nav-item a.nav-link {

.last-modified {
font-weight:300;
}
}

.QSIUserDefinedHTML {
width: 83% !important;
height: 550px !important;
}

div.QSIUserDefinedHTML * {
width: 100% !important;
height: 550px !important;
}


2 changes: 1 addition & 1 deletion layouts/_default/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1>{{ .Title }}</h1>
{{ .Content }}
{{ partial "version-list" . }}
<hr>
{{ partial "qualtrics-feedback.html" }}

{{ if .Page.Lastmod }}
<div class="last-modified">
Expand All @@ -33,7 +34,6 @@ <h1>{{ .Title }}</h1>
{{ end }}

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

0 comments on commit 52521bc

Please # to comment.