Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Images max width 50% and centered.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed May 20, 2022
1 parent 885c841 commit 8199add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ strong {
}

img {
max-width: 100%;
max-width: 50%;
display: block;
margin: 32px 0;
margin: 32px auto;
border-radius: 6px;
cursor: zoom-in;
}
Expand Down

0 comments on commit 8199add

Please sign in to comment.