Add a reset.css

This commit is contained in:
Eryn Wells 2024-06-07 12:07:29 -07:00
parent 34ec240dc0
commit 74e1dd0177

9
assets/css/reset.css Normal file
View file

@ -0,0 +1,9 @@
{{/*
reset.css
Eryn Wells <eryn@erynwells.me>
vim: set sw=2 sts=2:
*/}}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
}