Skip to content

Commit 479f855

Browse files
committed
fix FAQ h1 spacing
Texts were not selectable as the H1 had negative margin (Not a good practice)
1 parent c956744 commit 479f855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sites/kit.svelte.dev/src/routes/faq/index.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
}
8080
8181
h2 {
82-
margin: -4rem 0 1rem 0;
83-
padding-top: 10rem;
82+
margin: 0rem 0 1rem 0;
83+
padding-top: 6rem;
8484
padding-bottom: 0.2rem;
8585
color: var(--text);
8686
/* max-width: 24em; */

0 commit comments

Comments
 (0)