From e429b07b09fa7840c221eef9403d90f089df2235 Mon Sep 17 00:00:00 2001 From: Samdrea Hsu Date: Fri, 23 Aug 2024 14:43:19 -0700 Subject: [PATCH] changed flex direction --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 4c47bed..3170171 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ align-items: center; height: 100vh; background-color: #f4f4f4; + flex-direction: column; } #expenseForm { @@ -22,6 +23,7 @@ width: 100%; max-width: 400px; box-sizing: border-box; + text-align: center; } h2 {