Skip to content

Commit

Permalink
fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
placek committed Sep 27, 2022
1 parent 86d4299 commit ee84a40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}
@page {
size: B5 portrait;
margin-bottom: 1em;
@footnotes {
border-top: solid var(--nigrica) .5px;
padding-top: 1em;
Expand All @@ -28,11 +29,13 @@
font-family: iosevka;
font-size: var(--medium-size);
color: var(--didascalia);
margin-top: 1em;
}
@top-right {
font-family: iosevka;
font-size: var(--medium-size);
color: var(--didascalia);
margin-top: 1em;
}
}
@page:first {
Expand Down Expand Up @@ -63,6 +66,8 @@ article {
break-before: recto;
break-after: verso;
counter-reset: h2;
margin: 0;
padding: 0;
}
p {
margin: 0;
Expand Down

0 comments on commit ee84a40

Please sign in to comment.