Skip to content

Commit

Permalink
optimize for page scan
Browse files Browse the repository at this point in the history
  • Loading branch information
respinos committed Feb 1, 2024
1 parent f2079bc commit 465ed2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/scss/embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
@use './base';
@use './utils';
@use './typography';
@use './text/text';
@use './text/text';

main {
margin: 0;
}
2 changes: 1 addition & 1 deletion src/scss/text/_pageviewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ a[aria-current="page"] {

.viewer {
width: 98vw;
height: 85vh;
height: calc(99vh + 3.5rem + 8rem);
position: relative;
border: 0;
display: block;
Expand Down

0 comments on commit 465ed2e

Please sign in to comment.