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
:root {
/*grid configuration*/--columns:12;
--margin:12px;
--maxwidth:40em;
--multiplier:calc( var(--maxwidth) -100%); /*this is your breakpoint without media queries */
}