Skip to content

Commit

Permalink
Margins and borders
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinta0 committed Aug 19, 2024
1 parent 306a928 commit 98c48f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/GlyphGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ const GlyphGenerator = () => {
<div className="flex">
{images.map((image, index) => (
<div key={index} className="flex-[0_0_100%] min-w-0">
<img src={image} alt={`Gallery item ${index + 1}`} className="w-full h-auto object-cover aspect-video" />
<img src={image} alt={`Gallery item ${index + 1}`} className="w-full h-auto object-cover aspect-video mb-2 rounded" />
</div>
))}
</div>
Expand Down

0 comments on commit 98c48f0

Please sign in to comment.