Fix indentation style

This commit is contained in:
Matt Bierner
2020-07-13 18:01:07 -07:00
parent 830aaa4221
commit c828a5339b
@@ -22,10 +22,9 @@ p, ol, ul, pre {
} }
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
font-weight: normal; font-weight: normal;
margin-bottom: 0.2em; margin-bottom: 0.2em;
} }
#code-csp-warning { #code-csp-warning {
position: fixed; position: fixed;
@@ -131,7 +130,7 @@ textarea:focus {
p { p {
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
/* don't space 2 paragraphs too far apart */ /* don't space 2 paragraphs too far apart */
p + p { p + p {
margin-top: -0.8em; margin-top: -0.8em;