hugo-theme-termlite/assets/css/000_reset.css
Eryn Wells e04e7dafa3 Render blockquotes in a figure
Render cite and caption too.
2024-11-06 09:31:16 -08:00

18 lines
200 B
CSS

{{/*
reset.css
Eryn Wells <eryn@erynwells.me>
vim: set sw=2 sts=2:
*/}}
/********
# RESET
********/
blockquote, figure, h1, h2, h3, h4, h5, h6, p, pre {
margin: 0;
padding: 0;
}