We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb2077d + 1983f7c commit 7bcbd37Copy full SHA for 7bcbd37
scss/_print-reset.scss
@@ -73,7 +73,7 @@ h6 {
73
color: $links-color;
74
font-family: $headers-font-family;
75
line-height: 1.2;
76
- margin-bottom: $spacing / 2;
+ margin-bottom: $spacing * 0.5;
77
margin-top: 0;
78
}
79
@@ -132,7 +132,7 @@ td {
132
133
td,
134
th {
135
- padding: $base-font-size / 2 $base-font-size;
+ padding: $base-font-size * 0.5 $base-font-size;
136
page-break-inside: avoid
137
138
@@ -238,7 +238,7 @@ dt {
238
239
dd {
240
margin: 0;
241
242
243
244
abbr,
0 commit comments