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

Popular posts from this blog

php - Autoloader issue not returning Class -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -