Skip to content

Commit

Permalink
Update frontend/src/components/VSkeleton/VGridSkeleton.vue (#2636)
Browse files Browse the repository at this point in the history
* Update frontend/src/components/VSkeleton/VGridSkeleton.vue
  • Loading branch information
viktoriussuwandi authored Jul 14, 2023
1 parent 3a34d33 commit 0159626
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions frontend/src/components/VSkeleton/VGridSkeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,10 @@ export default defineComponent({

<style scoped>
.square {
aspect-ratio: 1 / 1;
@apply aspect-square;
}
.masonry {
column-count: 2;
column-gap: 1rem;
@screen md {
column-count: 3;
}
@screen lg {
column-count: 5;
}
@apply columns-2 gap-x-4 md:columns-3 lg:columns-5;
}
</style>

0 comments on commit 0159626

Please sign in to comment.