Files
List_ultimate/app/assets/css/base/_reset.scss
2026-02-26 21:29:34 +01:00

9 lines
51 B
SCSS

*{
margin: 0;
}
html{
margin: 0;
padding: 0;
}