Skip to content

Commit

Permalink
fix: print view margins and borders render incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearRedeye committed Sep 9, 2024
1 parent e2bf35a commit 60d0796
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,12 @@ section > section:first-of-type {
}

.page {
width: 90%; /* FIXME: Not sure why this overflows the page if set to 100% */
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-shadow: none;
border: none;
}

section :not(.work) {
Expand Down

0 comments on commit 60d0796

Please sign in to comment.