Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit e5db7ee

Browse files
committed
fix: image display on events page
1 parent 20da940 commit e5db7ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/mahi/events.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ const eventBenefits = [
111111
<Image
112112
src={robocupImage}
113113
alt="RoboCup 2025 competition featuring robotics teams"
114-
class="w-full h-80 object-cover"
114+
class="w-full h-100 object-cover"
115115
width={600}
116116
height={320}
117117
/>
118-
<div class="absolute inset-0 bg-gradient-to-t from-black/60 via-transparent to-transparent">
119-
<div class="absolute bottom-8 left-8 right-8">
120-
<div class="bg-white/20 backdrop-blur-sm rounded-lg p-4">
118+
<div class="absolute inset-0 bg-gradient-to-t from-black/100 via-transparent to-transparent">
119+
<div class="absolute bottom-0 left-0 right-0">
120+
<div class="bg-white/20 rounded-lg p-3">
121121
<h3 class="text-white text-xl font-bold mb-2">RoboCup 2025</h3>
122122
<p class="text-white/90 text-sm">
123123
Teams from across New Zealand competing in robotics challenges, showcasing innovation and teamwork.

0 commit comments

Comments
 (0)