Skip to content

Commit

Permalink
try to reduce css
Browse files Browse the repository at this point in the history
  • Loading branch information
horeaporutiu committed Sep 20, 2023
1 parent b74b8dc commit 6192f57
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/ai-image-generator/src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
box-sizing: border-box;
}

.grid-wrapper {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 10px; /* Optional: Add gap between elements */
}

body {
display: flex;
}
Expand Down

0 comments on commit 6192f57

Please sign in to comment.