Skip to content

Commit 2bcf61d

Browse files
committed
small css fix
1 parent f9e6a4b commit 2bcf61d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/svelte.dev/src/routes/(authed)/apps/+page.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@
147147
margin: 0 auto;
148148
}
149149
150-
header {
151-
margin: 0 0 1em 0;
152-
}
153-
154150
h1 {
155151
font: var(--sk-font-h1);
156152
}

packages/site-kit/src/lib/styles/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ pre code {
125125
font-size: var(--sk-font-size-mono);
126126
}
127127

128+
header {
129+
margin-bottom: 4rem;
130+
}
131+
128132
::selection {
129133
background: var(--sk-selection-color);
130134
}

0 commit comments

Comments
 (0)