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 - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -