From f1d5b88bf7d7dc8a14c04b27421c6f16545d6bd4 Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar Date: Sun, 12 Jan 2025 11:55:30 +0530 Subject: [PATCH] feat: pad the input instead of wrapper --- frontend/src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index ef9f6e9..5c1c1fa 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -47,7 +47,7 @@ h1 { align-items: center; border: none; border-radius: 10px; - padding: 7px; + padding: 0 0 0 10px; box-shadow: 0px 0px 8px #ddd; background-color: white; } @@ -61,11 +61,11 @@ h1 { } .input-wrapper input { + width: 100%; background-color: transparent; font-size: 1.25rem; border: none; - margin-left: 10px; - padding-left: 15px; + padding: 10px 10px; } input:focus {