File tree Expand file tree Collapse file tree 3 files changed +28
-8
lines changed
Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 3030 display : none ;
3131 }
3232 }
33+
34+ p {
35+ margin : $spacer-small 0 0 0 ;
36+ font-size : $font-size-smaller ;
37+ }
3338 }
3439}
3540
Original file line number Diff line number Diff line change 7676h1 {
7777 font-size : $font-size * 2 ;
7878 border-bottom : $spacer-2 dotted ;
79-
80- @media print , ($phone ) {
81- margin-top : 0 ;
82- font-size : $font-size * 2 ;
83- }
8479}
8580
8681h2 {
106101
107102 @media print {
108103 break-after : avoid-page ;
104+ margin : $spacer-small 0 ;
109105 }
110106
111107 > a .hanchor {
@@ -123,6 +119,12 @@ h6 {
123119 }
124120}
125121
122+ @media print {
123+ h1 {
124+ margin-top : 0 ;
125+ }
126+ }
127+
126128a {
127129 text-decoration : none ;
128130
@@ -295,15 +297,19 @@ td {
295297
296298ul ,
297299ol {
298- margin : $spacer-normal 0 $spacer-normal $spacer-large ;
300+ margin : 0 0 $spacer-normal $spacer-large ;
299301 padding : 0 ;
300302
303+ @media print {
304+ margin-bottom : 0 ;
305+ }
306+
301307 li {
302308 position : relative ;
303309
304310 @media print {
305311 > p {
306- margin : $spacer-small 0 ;
312+ margin : 0 0 $spacer-smallest 0 ;
307313 }
308314
309315 break-inside : avoid-page ;
@@ -357,6 +363,10 @@ hr {
357363 @include themed {
358364 background : t ($accent );
359365 }
366+
367+ @media print {
368+ margin : 0 ;
369+ }
360370}
361371
362372.container {
378388
379389 @media print {
380390 display : initial ;
391+ padding : 0 ;
381392 }
382393}
383394
Original file line number Diff line number Diff line change 3939 position : relative ;
4040 border-bottom : $border-title ;
4141 width : 100% ;
42- padding : $spacer-smallest 0 ;
42+ padding-bottom : $spacer-smallest ;
4343
4444 @include themed {
4545 border-color : t ($accent );
118118
119119 & -footer {
120120 margin : $spacer-largest 0 ;
121+
122+ @media print {
123+ margin : $spacer-small 0 0 0 ;
124+ }
121125 }
122126
123127 & -support {
You can’t perform that action at this time.
0 commit comments