Skip to content

Commit

Permalink
fix: mobile main width
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 9, 2024
1 parent 9f8d68f commit 8f7699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,6 @@ const colorMode = useColorMode();
<style>
.main {
@apply: mx-auto w-5xl lt-lg:w-3xl lt-md:w-[95vw] lt-md:px-3;
@apply: mx-auto w-5xl lg:w-3xl md:w-2xl lt-md:w-[95vw] lt-md:px-3;
}
</style>

0 comments on commit 8f7699e

Please sign in to comment.