From fd83b7b65e55456c78b8760cf40440e599e309cb Mon Sep 17 00:00:00 2001 From: Alex Moldovan Date: Mon, 4 Mar 2024 12:16:18 +0000 Subject: [PATCH] style: Change text alignment from center to left --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index b9d355d..bb64961 100644 --- a/src/App.css +++ b/src/App.css @@ -2,7 +2,7 @@ max-width: 1280px; margin: 0 auto; padding: 2rem; - text-align: center; + text-align: left; } .logo {