Skip to content

Commit baa54b3

Browse files
authored
fix(theme): added spacing on the left and right of the checkout page (#486)
1 parent d718afa commit baa54b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme/pages/Checkout.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export default defineComponent({
100100
@include for-desktop {
101101
max-width: 1240px;
102102
margin: 0 auto;
103+
padding: 0 1.5rem;
103104
}
104105
}
105106

0 commit comments

Comments
 (0)