web

A collection of scripts used to generate this website
git clone https://erai.gay/code/web/
Log | Files | Refs | LICENSE

commit ad7797be4dc006e39fdb5c2032d9eddeeef9f928
parent 9ec6e1060a2a94ad33610a08a97fa7fa5cae4bf0
Author: erai <erai@omiltem.net>
Date:   Sun, 14 Apr 2024 22:11:32 -0400

justify

Diffstat:
Mcss/style.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/css/style.css b/css/style.css @@ -133,6 +133,11 @@ blockquote { border-radius: 1em; } +p { + text-align: justify; + line-height: 125%; +} + @media (max-width: 550px) { .row { display: block;