elstat/priv/frontend/src/index.css

14 lines
170 B
CSS
Raw Normal View History

2018-06-12 21:56:50 +00:00
html, body {
box-sizing: border-box;
}
body {
margin: 0;
padding: 1rem;
font: 16px/1.5 system-ui, sans-serif;
}
*, *:before, *:after {
box-sizing: inherit;
}