simple-yewu/frontend/web/assets/css/custom.css

15 lines
210 B

.mb-8 {
margin-bottom: 8px !important;
}
.mr-8 {
margin-right: 8px !important;
}
.mt-8 {
margin-top: 8px !important;
}
.ml-8 {
margin-left: 8px !important;
}
.m-8 {
margin: 8px !important;
}