Skip to content

Commit

Permalink
fix: padding homepage in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 22, 2024
1 parent 701ad5d commit 12948e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/DefaultLayout.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template lang="">
<div>
<Header/>
<div class="pt-14 min-h-screen px-5 md:px-20">
<div class="pt-14 min-h-screen px-2 md:px-20">
<router-view/>
</div>
<Footer/>
Expand Down

0 comments on commit 12948e6

Please sign in to comment.