hugo-theme-termlite/assets/css/000_reset.css

19 lines
200 B
CSS
Raw Normal View History

2024-06-07 12:07:29 -07:00
{{/*
reset.css
Eryn Wells <eryn@erynwells.me>
vim: set sw=2 sts=2:
*/}}
/********
# RESET
********/
blockquote, figure, h1, h2, h3, h4, h5, h6, p, pre {
2024-06-07 12:07:29 -07:00
margin: 0;
2024-07-06 10:15:23 -07:00
padding: 0;
2024-06-07 12:07:29 -07:00
}