Add margin-bottom utility class
This commit is contained in:
@ -1257,6 +1257,10 @@ body {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.mb-0 {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.mb-1 {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user