From 785266d0e41adeb640fd4c30c2cc9dd8492acc4b Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:18:56 -0600 Subject: [PATCH] core: decrease trianta and move content text left --- default.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/default.css b/default.css index 5e68670..86bc633 100644 --- a/default.css +++ b/default.css @@ -38,7 +38,7 @@ nav ul { .content { width: 48rem; - text-align: right; + text-align: left; } @media screen and (max-width: 600px) { @@ -51,9 +51,10 @@ nav ul { } .trianta { - font-size: 3.5rem !important; - color: #06CDFF !important; border: none !important; + color: #06CDFF !important; + font-size: 2.5rem !important; + min-width: 12rem; margin: -1rem; }