From fd71a028125e98a192fb744fb97e51dc59677ed7 Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Mon, 16 Jan 2023 13:49:34 +0100 Subject: [PATCH] reduced the size .how_it_works .how_it_inner in the style.css file --- src/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 8e43a08..1b8caf4 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1119,7 +1119,7 @@ header.fixed .navbar { .how_it_works .how_it_inner { background-color: var(--bg-white); padding: 70px 0; - padding-bottom: 250px; + padding-bottom: 10px; border-radius: 30px; box-shadow: 0px 4px 30px #ede9fe; }