Add margin-bottom utility class

This commit is contained in:
Dede Fuji Abdul 2024-02-27 14:49:40 +07:00
parent eb9b01cf59
commit 26f24931ba

View File

@ -1257,6 +1257,10 @@ body {
margin-top: -1px;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-1 {
margin-bottom: 0.25rem;
}