reduced the size .how_it_works .how_it_inner in the style.css file

This commit was merged in pull request #22.
This commit is contained in:
ChineseChikki
2023-01-16 13:49:34 +01:00
parent 8af33cf796
commit fd71a02812
+1 -1
View File
@@ -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;
}