We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88c32d commit 191a3d0Copy full SHA for 191a3d0
1 file changed
website/src/theme/Footer/EventPosterCard.tsx
@@ -87,7 +87,7 @@ const EventPosterCard: FC<Omit<EventPosterCardInfo, 'show' | 'expire'>> = (props
87
src={currentConfig.image}
88
alt={currentConfig.description}
89
width={width}
90
- style={{ maxWidth: '100vw' }}
+ style={{ maxWidth: '100vw', borderRadius: '2px' }}
91
/>
92
</a>
93
</animated.div>
0 commit comments