Skip to content

Commit 187403c

Browse files
committed
fix blog post layout on mobile - closes sveltejs#2413
1 parent 6a9d7bf commit 187403c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/blog/[slug].svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<style>
2626
.post {
27-
padding: var(--top-offset) 0;
27+
padding: var(--top-offset) var(--side-nav) 0 var(--side-nav);
2828
max-width: var(--main-width);
2929
margin: 0 auto;
3030
}

0 commit comments

Comments
 (0)