Skip to content

Commit 288ede3

Browse files
committed
ui: Make gallery and landing screen a bit more responsive
1 parent c038d09 commit 288ede3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ const navLinks = [
180180
</div>
181181
<main class="h-[calc(100vh-64px)] flex flex-col">
182182
<Container
183-
class="m-auto relative flex flex-col justify-center h-full gap-12 py-48 sm:py-24"
183+
class="m-auto relative flex flex-col justify-center h-svh gap-12 py-48 sm:py-24"
184184
>
185185
<h1
186-
class="text-5xl sm:text-6xl font-medium text-center"
186+
class="text-4xl sm:text-6xl font-medium text-center"
187187
id="slogan"
188188
>
189189
Studencka przestrzeń do wymiany wiedzy i testowania pomysłów.
@@ -236,10 +236,10 @@ const navLinks = [
236236
</Section>
237237
<Section class="p-0 bg-stone-100" id="about">
238238
<Container
239-
class="max-w-7xl overflow-y-hidden flex justify-center p-0 gap-8 relative overflow-hidden h-172"
239+
class="max-w-5xl overflow-y-hidden flex justify-center p-0 gap-8 relative overflow-hidden h-164"
240240
>
241241
<div
242-
class="absolute min-w-4xl grid gap-2 grid-cols-2 grid-rows-3"
242+
class="absolute min-w-2xl grid gap-2 grid-cols-2 grid-rows-3"
243243
id="gallery"
244244
>
245245
<Image

0 commit comments

Comments
 (0)