Skip to content

Commit

Permalink
Merge pull request #19 from ScreepCode/now_Page
Browse files Browse the repository at this point in the history
Fix: Book Size for wider screens
  • Loading branch information
ScreepCode committed Feb 26, 2024
2 parents f0a1d3f + a024339 commit b1dbe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/now.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

img{
margin-right: 10px;
width: 8vw;
width: 12vh; /* width should be relativ to view height, and not width, because else the book cover would be too big on screen */
}
}

Expand Down

0 comments on commit b1dbe5f

Please sign in to comment.