Skip to content

Commit

Permalink
chore: add padding axis X
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 30, 2023
1 parent 03d2e36 commit 44da7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="min-h-screen">
<div class="max-w-screen-2xl mx-auto xl:flex-row">
<div class="max-w-screen-2xl mx-auto xl:flex-row px-4">
<slot />
</div>
</div>
Expand Down

0 comments on commit 44da7ba

Please sign in to comment.