Skip to content

Commit 4742b40

Browse files
committed
fix: Removed margins of 3rem
1 parent a1e1890 commit 4742b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ h1 {
695695

696696
h2 {
697697
font-size: 1.5rem;
698-
margin: 3rem 0 1rem 0;
698+
margin: 0 0 1rem 0;
699699
}
700700

701701
/* tables */
@@ -761,7 +761,7 @@ table hr {
761761
blockquote {
762762
border: 1px solid var(--color-foreground);
763763
padding: 1rem;
764-
margin: 3rem -1rem;
764+
margin: 0 -1rem;
765765

766766
/* solid 3px drop shadow */
767767
box-shadow: 3px 3px 0px var(--color-shadow);

0 commit comments

Comments
 (0)