Skip to content

Commit

Permalink
smaller images
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Nov 1, 2023
1 parent daf7894 commit ce49cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ img.rule {
}

img.photo {
width: max(22rem, 80%);
width: max(22rem, 50%);
margin-bottom: 0.25rem;
border-radius: 0.25rem;
border: solid 1px #444;
}

img.screenshot {
Expand Down

0 comments on commit ce49cc2

Please sign in to comment.