elstat/priv/frontend/src/index.css

14 lines
170 B
CSS

html, body {
box-sizing: border-box;
}
body {
margin: 0;
padding: 1rem;
font: 16px/1.5 system-ui, sans-serif;
}
*, *:before, *:after {
box-sizing: inherit;
}