Skip to content

Commit

Permalink
fix grid responsivness
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-luna-ray committed Oct 2, 2023
1 parent 99faf1d commit 18ec937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/EmojiGrid.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="container grid grid-cols-12">
<div class="container grid grid-cols-4 md:grid-cols-6 lg:grid-cols-8 xl:grid-cols-12">
<div v-for="emoji in emojis" class="emoji-btn" @click="copyToClipboard(emoji.emoji)">
<h1>{{ emoji.emoji }}</h1>
</div>
Expand Down

0 comments on commit 18ec937

Please sign in to comment.