Skip to content

Commit cbf0f31

Browse files
Edited theme/pdf/pdf.css with Atlas code editor
1 parent 14d6017 commit cbf0f31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

theme/pdf/pdf.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ section[data-type="afterword"] figcaption:before {
1818
/*less space for pagebreaks */
1919
.less_space {margin-top: 0 !important;}
2020

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+
2130
/* Allow Examples to have less space at top of page (STYL-1266)
2231
section.less_space > h1:first-child {
2332
margin-top: 0 !important;

0 commit comments

Comments
 (0)