diff --git a/static/styles/reset.css b/static/styles/reset.css index 1957f40..2f59123 100644 --- a/static/styles/reset.css +++ b/static/styles/reset.css @@ -35,3 +35,5 @@ input:-webkit-autofill, textarea:-webkit-autofill { box-shadow: 0 0 0 6rem var(--white) inset; } + +pre { margin: 0; }