Skip to content

Commit cb1aac9

Browse files
fix: correct screen size for page padding
1 parent c73e937 commit cb1aac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layouts/default.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="w-full font-normal font-[Inter_Variable] prose-neutral dark:prose-invert">
33
<div>
44
<navbar />
5-
<div class="m-a lt-md:px-4 lg:prose" :class="[$style.dashed_link]">
5+
<div class="mx-a lt-md:px-4 md:prose" :class="[$style.dashed_link]">
66
<slot />
77
<div class="h-8" />
88
<cd />

0 commit comments

Comments
 (0)