Skip to content

Commit aced0a7

Browse files
Merge pull request #1607 from Asin-Junior-Honore/fix/faq-contact-margin
Fix: Add margin between FAQ and Contact sections on the Home page
2 parents 1de39f5 + 0be067c commit aced0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/contactus.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ form label {
9191
align-items: center;
9292
width: 85vw;
9393
border-radius: 20px;
94-
margin-bottom: 50px !important;
94+
margin-block: 50px !important;
9595
background-image: linear-gradient(to right, red 1%, orange 99%) !important;
9696
}
9797

0 commit comments

Comments
 (0)