ui: simplifier general.css box-sizing #219

Open
vlbeaudoin wants to merge 1 commit from vlbeaudoin/ui/simplify-general-css-boxsizing into main AGit

View file

@ -1,11 +1,7 @@
html {
box-sizing: border-box;
}
*, *,
*:before, *:before,
*:after { *:after {
box-sizing: inherit; box-sizing: border-box;
} }
img { img {