Skip to content

Commit

Permalink
fix: venue-photo horizontal overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 15, 2024
1 parent fb83dd1 commit 5aa78b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/VenuePhotos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const { class: className, ...rest } = Astro.props;
}

.venue-photo {
max-width: 100%;
width: 100%;
max-width: calc(100vw - var(--widthBodyPadding));
}
</style>

0 comments on commit 5aa78b7

Please sign in to comment.