diff --git a/src/pages/Home/Home.css b/src/pages/Home/Home.css index 29fc3d5..3cdd958 100644 --- a/src/pages/Home/Home.css +++ b/src/pages/Home/Home.css @@ -123,6 +123,7 @@ display: flex; flex-direction: column; gap: 20px; + max-height: inherit; } .form > div { @@ -158,10 +159,11 @@ display: grid; padding: 30px 30px; color: #563400; + height: 20%; } .home-section4 { - margin-top: 19em; + padding: 2px; } .home-p1 { @@ -194,11 +196,13 @@ height: auto; /* Remove fixed height */ padding: 20px; /* Decrease padding for smaller screens */ margin-top: 20px; /* Decrease margin for smaller screens */ + max-height: inherit; } .contact-form-container .form > div { margin-top: 10px; /* Decrease margin for smaller screens */ margin-bottom: 10px; /* Decrease margin for smaller screens */ + max-height: inherit; } .mb-30 { @@ -214,7 +218,7 @@ } .Get-Start-Button { - padding: 1.2rem!important; - font-size: 1.2rem!important; + padding: 1.2rem !important; + font-size: 1.2rem !important; } }