Skip to content

Commit b5f8f14

Browse files
committed
fix: Past events more margin
1 parent ad27643 commit b5f8f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/PhotoSliderSection.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@
9898

9999
<svelte:window on:resize={() => recalculateSizes(imageContainer)} />
100100
<div
101-
class="flex-center relative w-full flex-col bg-fountain px-5 py-16 text-black"
101+
class="flex-center relative w-full flex-col bg-fountain px-5 py-16 text-white"
102102
id="past-events"
103103
>
104104
<div class="text-4xl">Past Events</div>
105-
<div class="m-auto flex w-full overflow-hidden text-xl">
105+
<div class="mx-auto mt-5 flex w-full overflow-hidden text-xl">
106106
<div class="flex min-w-[min-content] gap-2" bind:this={imageContainer}>
107107
{#each [...imageModules, ...imageModules] as module}
108108
<div

0 commit comments

Comments
 (0)