From f66542a09cac437e341e8d0584b554fa03a0e66e Mon Sep 17 00:00:00 2001 From: Thai Son Dinh <87920408+sondt1337@users.noreply.github.com> Date: Sat, 22 Jun 2024 20:34:25 +0700 Subject: [PATCH] Update App.css style: clean up CSS code and improve readability - Formatted CSS for better readability - Removed unnecessary comments - Ensured consistent spacing and indentation --- src/App.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.css b/src/App.css index 6068e27..250bd3e 100644 --- a/src/App.css +++ b/src/App.css @@ -25,7 +25,6 @@ display: flex; flex-direction: column; align-items: center; - /* justify-content: center; */ font-size: calc(10px + 2vmin); color: white; }