remove margin from markdown hr

This commit is contained in:
plebeius.eth
2024-03-26 16:58:39 +01:00
parent 67f93349dd
commit 04159d9b33
5 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ body {
background-color: white;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, th, td, iframe {
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, th, td, iframe, blockquote {
margin: 0;
padding: 0;
}