Skip to content

Commit

Permalink
Modify styling of image to center
Browse files Browse the repository at this point in the history
  • Loading branch information
tsulim committed Apr 15, 2024
1 parent 70a636b commit b3214b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ main {
img {
max-width: 100%;
vertical-align: middle;
margin-left: auto;
margin-right: auto;
display: block;
}


Expand Down

0 comments on commit b3214b8

Please sign in to comment.