Skip to content

Commit

Permalink
Merge pull request #5 from leon-luna-ray/dev
Browse files Browse the repository at this point in the history
fix grid responsivness
  • Loading branch information
leon-luna-ray committed Oct 2, 2023
2 parents 3087b35 + 18ec937 commit 8926de2
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 8926de2

Please sign in to comment.