We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad27643 commit b5f8f14Copy full SHA for b5f8f14
src/routes/PhotoSliderSection.svelte
@@ -98,11 +98,11 @@
98
99
<svelte:window on:resize={() => recalculateSizes(imageContainer)} />
100
<div
101
- class="flex-center relative w-full flex-col bg-fountain px-5 py-16 text-black"
+ class="flex-center relative w-full flex-col bg-fountain px-5 py-16 text-white"
102
id="past-events"
103
>
104
<div class="text-4xl">Past Events</div>
105
- <div class="m-auto flex w-full overflow-hidden text-xl">
+ <div class="mx-auto mt-5 flex w-full overflow-hidden text-xl">
106
<div class="flex min-w-[min-content] gap-2" bind:this={imageContainer}>
107
{#each [...imageModules, ...imageModules] as module}
108
0 commit comments