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 -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

C++ Program To Find Smallest and Largest Number In Array -