Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
again image change for centering
  • Loading branch information
hernandezj1 committed Mar 14, 2024
1 parent 2acabe0 commit 4b42f60
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions assets/ananke/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
}
}

p img {
display: block;
margin: 0 auto;
p:has(> img) {
text-align: center;
}

p > img {
display: inline-block;
}

0 comments on commit 4b42f60

Please sign in to comment.