|
@@ -169,7 +169,6 @@ h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
|
|
|
p { margin-top: 0; }
|
|
|
|
|
|
page {
|
|
|
- background-color: red;
|
|
|
position: relative;
|
|
|
padding: 10mm 25mm 10mm 25mm;
|
|
|
display: block;
|
|
@@ -181,19 +180,19 @@ page {
|
|
|
}
|
|
|
page[size="A4"][orientation="portrait"] {
|
|
|
width: 210mm;
|
|
|
- height: 297mm;
|
|
|
+ height: 296.8mm;
|
|
|
}
|
|
|
page[size="A4"][orientation="landscape"] {
|
|
|
- width: 297mm;
|
|
|
+ width: 296.8mm;
|
|
|
height: 210mm;
|
|
|
}
|
|
|
page[size="A3"][orientation="portrait"] {
|
|
|
- width: 297mm;
|
|
|
+ width: 296.8mm;
|
|
|
height: 420mm;
|
|
|
}
|
|
|
page[size="A3"][orientation="landscape"] {
|
|
|
width: 420mm;
|
|
|
- height: 297mm;
|
|
|
+ height: 296.8mm;
|
|
|
}
|
|
|
page[size="A5"][orientation="portrait"] {
|
|
|
width: 14.8cm;
|
|
@@ -228,7 +227,6 @@ page[size="A5"][orientation="landscape"] {
|
|
|
align-self: end;
|
|
|
}
|
|
|
.main-grid {
|
|
|
- &:active{border-style: solid;}
|
|
|
grid-area: main;
|
|
|
display: grid;
|
|
|
grid-column-gap: 25mm;
|