From 3c815f5ec056669f0cc4f84fa28391c3aa90487a Mon Sep 17 00:00:00 2001 From: Tinker Twins Date: Sat, 31 Aug 2024 00:21:17 -0400 Subject: [PATCH] Update extra.css --- docs/assets/stylesheets/extra.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index 2e31935..d8ae7c4 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -1,3 +1,9 @@ +/* TYPESETTING */ +p { + text-align: justify; + text-justify: inter-word; +} + /* COLORS */ /* Style */ :root { @@ -78,6 +84,7 @@ a:hover #imageHyperlink { margin: 0px 10px 15px 0px; width: 25% } + /* Responsive adjustments for small screens (e.g., tablets) */ @media (max-width: 768px) { .research-artifact { @@ -86,6 +93,7 @@ a:hover #imageHyperlink { width: 25%; } } + /* Responsive adjustments for very small screens (e.g., phones) */ @media (max-width: 480px) { .research-artifact {