Skip to content

Commit

Permalink
chore: mobile optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Mar 31, 2024
1 parent a7278a3 commit 2c4a66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/TileWrap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ const props = withDefaults(defineProps<LTileWrapProps>(), {})

<style scoped>
.l-tile-wrap {
@apply md:grid gap-6 md:grid-cols-12;
@apply flex flex-col md:grid gap-6 md:grid-cols-12;
}
</style>

0 comments on commit 2c4a66d

Please sign in to comment.