From 37eb2685bec487cedd847b0d1e613d9c34ce4eb3 Mon Sep 17 00:00:00 2001 From: Jose Hernandez <98195541+hernandezj1@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:01:53 -0400 Subject: [PATCH] Update custom.css Justify all the text --- assets/ananke/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/ananke/css/custom.css b/assets/ananke/css/custom.css index 479760a..f97c5c0 100644 --- a/assets/ananke/css/custom.css +++ b/assets/ananke/css/custom.css @@ -11,10 +11,14 @@ } } +p { + text-align: justify; +} + p:has(> img) { text-align: center; } -p > img { +p:has(> img) > img { display: inline-block; }