Skip to content

Commit

Permalink
πŸ› proper lightbox height
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jan 14, 2024
1 parent 155eaba commit d323cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/figure.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ figure.lightbox:target img {
width: 100vw;
height: auto;
max-width: 90%;
max-height: 80%;
max-height: 80vh;
padding: 2% 0;
border: 0;
}
Expand Down

0 comments on commit d323cb8

Please sign in to comment.