From 9fbb970017e124048ae8f0e424c831189f60e759 Mon Sep 17 00:00:00 2001 From: Pranam <68323012+prnam@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:18:51 +0530 Subject: [PATCH] add text-align justify to md-content class Signed-off-by: Pranam <68323012+prnam@users.noreply.github.com> --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e0286e6..e68ce41 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -7,3 +7,7 @@ --md-primary-fg-color: #FF671F; --md-typeset-a-color: #FFFFFF; } + +div.md-content { + text-align: justify; +}