Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
Justify all the text
  • Loading branch information
hernandezj1 authored Mar 14, 2024
1 parent d44c962 commit 37eb268
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/ananke/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
}
}

p {
text-align: justify;
}

p:has(> img) {
text-align: center;
}

p > img {
p:has(> img) > img {
display: inline-block;
}

0 comments on commit 37eb268

Please sign in to comment.