From 880742b0f9770dee530c4c415b613b967f5b509e Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 17 Mar 2024 22:15:30 -0500 Subject: [PATCH] don't justify headers --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index abf6ad6..112fb64 100644 --- a/styles.css +++ b/styles.css @@ -93,6 +93,10 @@ article { box-shadow: 5px 5px 5px; } +h1, h2, h3, h4, h5, h6 { + text-align: left; +} + @media screen and (min-width: 80ch) { main { display: flex;