We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d6017 commit cbf0f31Copy full SHA for cbf0f31
theme/pdf/pdf.css
@@ -18,6 +18,15 @@ section[data-type="afterword"] figcaption:before {
18
/*less space for pagebreaks */
19
.less_space {margin-top: 0 !important;}
20
21
+/* Custom widths */
22
+.width-40 { width: 40% !important; }
23
+.width-50 { width: 50% !important; }
24
+.width-60 { width: 60% !important; }
25
+.width-70 { width: 70% !important; }
26
+.width-75 { width: 75% !important; }
27
+.width-80 { width: 80% !important; }
28
+.width-90 { width: 90% !important; }
29
+
30
/* Allow Examples to have less space at top of page (STYL-1266)
31
section.less_space > h1:first-child {
32
margin-top: 0 !important;
0 commit comments