Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions src/pages/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
display: flex;
flex-direction: column;
gap: 20px;
max-height: inherit;
}

.form > div {
Expand Down Expand Up @@ -158,10 +159,11 @@
display: grid;
padding: 30px 30px;
color: #563400;
height: 20%;
}

.home-section4 {
margin-top: 19em;
padding: 2px;
}

.home-p1 {
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
}
}