Skip to content

Commit

Permalink
fix: adjust width on report page
Browse files Browse the repository at this point in the history
Signed-off-by: wucke13 <[email protected]>
  • Loading branch information
wucke13 committed Nov 19, 2024
1 parent 70038a4 commit 37b880f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/report_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@media (orientation: landscape) {
body {
flex-flow: row;
font-size: calc(min(12.5vw / 5, 25vh));
font-size: calc(min(10vw / 5, 25vh));
}
a {
flex-basis: 0;
Expand All @@ -35,7 +35,7 @@
body {
flex-flow: column;
align-items: stretch;
font-size: calc(min(35vh / 5, 8vw));
font-size: calc(min(30vh / 5, 8vw));
}
}
</style>
Expand Down

0 comments on commit 37b880f

Please sign in to comment.