From 95aab5f23ad2478709753adce2376430e4780d1b Mon Sep 17 00:00:00 2001 From: unknown <{sanathan6522@gmail.com}> Date: Sun, 8 Oct 2023 18:05:13 +0530 Subject: [PATCH] Enhanced Calculator --- Calculator/sushil-2803/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Calculator/sushil-2803/style.css b/Calculator/sushil-2803/style.css index 169b410cb..9e8628445 100644 --- a/Calculator/sushil-2803/style.css +++ b/Calculator/sushil-2803/style.css @@ -4,7 +4,7 @@ box-sizing: border-box; } body { - height: 800px; + height: 600px; display: flex; align-items: center; justify-content: center; @@ -28,8 +28,7 @@ body { align-items: center; box-shadow: rgb(38, 57, 77) 0rem 1rem 1.5rem -0.5rem; flex-direction: column; - - /* padding: 20px; */ + padding: 20px; } @@ -37,7 +36,7 @@ body { .input { width: 90%; height: 35%; - border-radius: 1.5rem; + border-radius: 2rem; background-color: white; border: 1px solid #ddd; @@ -49,6 +48,7 @@ body { font-size: 2.5rem; overflow-x: auto; transition: all .2s ease-in-out; + margin: 20px; } .input:hover {