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
*,*::before,*::after { box-sizing: border-box; margin:0; } /* Prevent padding and border from affecting element width. Remove margins. */
2
+
*,*::before,*::after { box-sizing: border-box; margin:0; min-width:0; } /* Prevent padding and border from affecting element width. Remove margins. Remove random default min widths for input etc. */
3
3
html { text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; tab-size:4; } /* Prevent font size inflation on mobile. Sane tab size. */
0 commit comments