Skip to content

Commit

Permalink
Modify styling for only images with no class to center
Browse files Browse the repository at this point in the history
  • Loading branch information
tsulim committed Apr 15, 2024
1 parent 430f4b5 commit 4e59061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ img {
vertical-align: middle;
}

img:not([class^="emoji"]) {
img:not([class]) {
margin-left: auto;
margin-right: auto;
display: block;
Expand Down

0 comments on commit 4e59061

Please sign in to comment.