From 127d66f87129796ef7f9287d56168aaacfcf771f Mon Sep 17 00:00:00 2001 From: filifa Date: Tue, 19 Mar 2024 20:33:14 -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;