erynwells.me/assets/styles/root/001_reset.css

8 lines
179 B
CSS
Raw Normal View History

@layer reset {
body, button, h1, h2, h3, h4, h5, h6, input, ol, ul, p, pre, textarea {
padding: 0; margin: 0;
}
figure, figure .youtube { line-height: 1; }
}