1
Files
2025/themes/2026/assets/css/reset.css
2026-02-21 01:50:39 +01:00

6 lines
65 B
CSS

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}