waffle/frontend/public/global.css

11 lines
85 B
CSS
Raw Normal View History

2022-04-14 00:31:03 +03:00
body {
padding: 0;
margin: 0;
2022-04-15 02:39:13 +03:00
}
*,
::before,
::after {
box-sizing: border-box;
}