layout-2
This commit is contained in:
parent
2b2d787054
commit
811558f4d8
11 changed files with 58 additions and 60 deletions
|
|
@ -16,8 +16,8 @@ a {
|
|||
// }
|
||||
|
||||
body {
|
||||
--font-size: 12px;
|
||||
--baseline: 17px;
|
||||
--font-size: 14px;
|
||||
--baseline: 20px;
|
||||
font-family: var(--font);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--baseline);
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
}
|
||||
|
||||
@page:left{
|
||||
margin-left: 35mm;
|
||||
margin-right: 30mm;
|
||||
margin-left: 25mm;
|
||||
margin-right: 25mm;
|
||||
@bottom-left-corner{
|
||||
content: counter(page);
|
||||
@include running();
|
||||
|
|
@ -38,8 +38,8 @@
|
|||
}
|
||||
|
||||
@page:right{
|
||||
margin-left: 30mm;
|
||||
margin-right: 35mm;
|
||||
margin-left: 25mm;
|
||||
margin-right: 25mm;
|
||||
@bottom-right-corner{
|
||||
content: counter(page);
|
||||
@include running();
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
:root{
|
||||
|
||||
--font: 'Wagram Slab', serif;
|
||||
--font: 'ITC Cheltenham', serif;
|
||||
// --font: 'HAL Timezone', serif;
|
||||
--mono: 'Selectric Mono', monospace;
|
||||
// --mono: 'HAL Timezone Mono', monospace;
|
||||
|
|
@ -15,4 +15,9 @@
|
|||
--green:black;
|
||||
--blue: black;
|
||||
|
||||
--indent: 7mm;
|
||||
|
||||
--font-size: 14px;
|
||||
--baseline: 18px;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue