Skip to content

Commit 42c32b2

Browse files
committed
refactor: refine container width
1 parent a24044b commit 42c32b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/components/Container.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div :class="tw`max-w-7xl mx-auto px-8`">
2+
<div :class="tw`max-w-7xl mx-auto px-4 sm:px-8`">
33
<slot></slot>
44
</div>
55
</template>

0 commit comments

Comments
 (0)