feat: CSS don't reset spacings & reset the offensive ones

This commit is contained in:
Dendy 2025-03-31 08:28:56 +02:00
parent a549ccd068
commit c3e012148c
2 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,6 @@ html {
font-family: sans;
}
body {
}
pre {
padding: var(--dt-spacing-2);
background-color: black;

View File

@ -1,7 +1,10 @@
* { margin: 0px; padding: 0px; }
li, ul, html, body {
margin: 0px;
padding: 0px;
}
ul {
margin-left: var(--dt-spacing-3)
margin-left: var(--dt-spacing-3);
}
h1 {