You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to apply a top-margin mt-5 for widths' layouts smaller than 992px.
This works fine: <div class="mt-5 mt-lg-0">
Is there a better way to do this?
I would like BS to introduce reverse breakpoints like: ≤576px
≤768px
≤992px
≤1200px
≤1400px
to solve my case in a more elegant way than using 2 classes: mt-5 and mt-lg-0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I would like to apply a top-margin
mt-5
for widths' layouts smaller than 992px.This works fine:
<div class="mt-5 mt-lg-0">
Is there a better way to do this?
I would like BS to introduce reverse breakpoints like:
≤576px
≤768px
≤992px
≤1200px
≤1400px
to solve my case in a more elegant way than using 2 classes:
mt-5
andmt-lg-0
Regards,
Sam
Beta Was this translation helpful? Give feedback.
All reactions