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

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

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

arrays - Algorithm to find ideal starting spot in a circle -