diff --git a/docs/docs/stylesheets/extra.css b/docs/docs/stylesheets/extra.css index 88f361d143..093dff25cd 100644 --- a/docs/docs/stylesheets/extra.css +++ b/docs/docs/stylesheets/extra.css @@ -46,9 +46,9 @@ } -/* Justified text for main content */ +/* Left-aligned text for main content */ .md-content__inner p { - text-align: justify; + text-align: left; } /* Left-aligned text for grid cards */