Skip to content

Commit

Permalink
Update frontend/src/components/VSkeleton/VGridSkeleton.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
viktoriussuwandi and obulat authored Jul 12, 2023
1 parent 1bb6b63 commit 24adf0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/components/VSkeleton/VGridSkeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ export default defineComponent({
@apply aspect-square;
}
@screen md {
columns-1;
gap-x-4;
.masonry {
@apply columns-2 gap-x-4 md:columns-3 lg:columns-5;
.masonry {
column-count: 3;
Expand Down

0 comments on commit 24adf0d

Please sign in to comment.