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
Briefly ( tweet size ) describe your issue and how you discovered it.
I'm just curious - what is the reason em unit is used, instead of px. em is calculated based on font size, so when I use .container class inside element which have default font-size set to 30px, my lg breakpoint is calculated to 20 * 75em = 2250px
Expected behavior
...
Actual behavior
...
Steps to reproduce behavior
OS:
Browser:
code/fiddle/pen url:
The text was updated successfully, but these errors were encountered:
Briefly ( tweet size ) describe your issue and how you discovered it.
I'm just curious - what is the reason
em
unit is used, instead ofpx
.em
is calculated based on font size, so when I use.container
class inside element which have default font-size set to30px
, my lg breakpoint is calculated to20 * 75em = 2250px
Expected behavior
...
Actual behavior
...
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered: