From cbfc125144f3ec04969d0405fc1d041b98c5edba Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 27 Aug 2023 22:37:22 -0500 Subject: [PATCH] fix(style): do not center content vertically in body --- assets/style/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/style/style.css b/assets/style/style.css index 28537d8..6466acc 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -75,7 +75,6 @@ body { line-height: 1.6; display: flex; flex-direction: column; - justify-content: center; align-items: center; margin-top: 30px; }