fix: add margin-bottom to 'the-top' element

This commit is contained in:
Krishna Santosh 2022-12-11 18:52:41 +05:30
parent 38bcea0e0a
commit 2f053a7279

View file

@ -1306,6 +1306,10 @@ select {
margin-bottom: 3rem; margin-bottom: 3rem;
} }
.mb-16 {
margin-bottom: 4rem;
}
.mt-5 { .mt-5 {
margin-top: 1.25rem; margin-top: 1.25rem;
} }