everylayout/global.css
2021-03-29 14:39:22 +13:00

24 lines
244 B
CSS

/*===================*/
/* global CSS rules */
/*===================*/
* {
box-sizing: border-box;
}
* {
max-width: var(--measure);
}
/* exceptions to the above rule */
html,
body,
div,
header,
nav,
main,
footer {
max-width: none;
}