Skip to content

Commit 143f17f

Browse files
committed
style: navbar overlay
1 parent b168c37 commit 143f17f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/FlowingWorkshops.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ const desktopWorkshopItems = createWorkshopItems(desktopItemCount, workshopData,
167167
</div>
168168
))}
169169

170-
<div class="absolute inset-y-0 left-0 w-32 bg-gradient-to-r from-[#f6f7fc] dark:from-[#000212] to-transparent pointer-events-none z-10"></div>
171-
<div class="absolute inset-y-0 right-0 w-32 bg-gradient-to-l from-[#f6f7fc] dark:from-[#000212] to-transparent pointer-events-none z-10"></div>
170+
<div class="absolute inset-y-0 left-0 w-32 bg-gradient-to-r from-[#f6f7fc] dark:from-[#000212] to-transparent pointer-events-none z-0"></div>
171+
<div class="absolute inset-y-0 right-0 w-32 bg-gradient-to-l from-[#f6f7fc] dark:from-[#000212] to-transparent pointer-events-none z-0"></div>
172172

173173
</div>
174174

@@ -201,24 +201,24 @@ const desktopWorkshopItems = createWorkshopItems(desktopItemCount, workshopData,
201201

202202
@media (max-width: 1279px) {
203203
.flowing-workshop-container {
204-
height: 60vh;
204+
height: 48vh;
205205
}
206206

207207
@media (min-aspect-ratio: 4/3) {
208208
.flowing-workshop-container {
209-
height: 70vh;
209+
height: 56vh;
210210
}
211211
}
212212

213213
@media (min-aspect-ratio: 3/2) {
214214
.flowing-workshop-container {
215-
height: 80vh;
215+
height: 64vh;
216216
}
217217
}
218218

219219
@media (min-aspect-ratio: 16/9) {
220220
.flowing-workshop-container {
221-
height: 90vh;
221+
height: 72vh;
222222
}
223223
}
224224

0 commit comments

Comments
 (0)