From eceec99489d425aae56b8af3cbba351c065eba76 Mon Sep 17 00:00:00 2001 From: daniyal Date: Thu, 11 Jul 2024 19:07:57 +0500 Subject: [PATCH] chore: fix styles for body --- src/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.css b/src/index.css index 747b025..96e9696 100644 --- a/src/index.css +++ b/src/index.css @@ -21,10 +21,6 @@ html { body { background: unset; - display: flex; - flex-direction: column; - align-items: center; - flex-grow: 1; min-height: 100vh; position: relative; letter-spacing: 1px;