theme reorx: slightly reduce the margin in headings when printing
This commit is contained in:
parent
45442f1689
commit
670c909b7b
|
|
@ -43,6 +43,7 @@ section {
|
|||
.section-title {
|
||||
margin-top: 3em;
|
||||
display: flex;
|
||||
|
||||
h2 {
|
||||
font-size: $fz-2;
|
||||
font-weight: 600;
|
||||
|
|
@ -135,6 +136,17 @@ section {
|
|||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
section {
|
||||
.section-title {
|
||||
margin-top: 2.7em;
|
||||
}
|
||||
.section-item {
|
||||
margin-top: 1.8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.basics-section {
|
||||
h1 {
|
||||
font-size: $fz-1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue