html - Bootstrap-4 spacing class mb-2 doesn't work -
the bootstrap-4 spacing class mb-2 doesn't work while ml-2 work. here's code,
.mb-2 { margin-bottom: 1.5rem !important; }
!important should override other margin-bottom definitions. 1.5rem reference, how many pixels?
Comments
Post a Comment