From 591d5d4df9a3d9a5fd5bab9a114910eb158fc154 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Wed, 14 Feb 2024 02:46:06 +0900 Subject: [PATCH] chore: left align text --- src/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.css b/src/app.css index 5884fe3..a092dc8 100644 --- a/src/app.css +++ b/src/app.css @@ -25,7 +25,6 @@ main > div > div:first-child { } main > div:first-child > p { - text-align: center; margin-bottom: 24px; }