We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38456cf commit 12359b7Copy full SHA for 12359b7
1 file changed
themes/netDocs/layouts/partials/pdf-head.html
@@ -81,7 +81,7 @@
81
/* NetQ docs contain long outputs.
82
Use landscape style to help fit */
83
{{ if eq .Page.Params.product "Cumulus NetQ" }}
84
- size: A4 landscape;
+ size: A4 portrait;
85
{{ else }}
86
size: A4 portrait;
87
{{ end }}
0 commit comments