@@ -12,20 +12,20 @@ function App() {
12
12
{ /* Content */ }
13
13
< div class = "relative min-h-screen text-white" >
14
14
{ /* Hero section */ }
15
- < section class = "flex flex-col gap-5 items-center py-20 pt-40" >
16
- < h1 class = "font-bold text-6xl lg:text-8xl font-serif text-white" > NixCon 2025</ h1 >
17
- < div class = "flex flex-col gap-2 items-center text-2xl" >
15
+ < section class = "flex flex-col gap-5 items-center py-12 pt-24 md:py- 20 md: pt-40 px-4 " >
16
+ < h1 class = "font-bold text-5xl md:text- 6xl lg:text-8xl font-serif text-white text-center " > NixCon 2025</ h1 >
17
+ < div class = "flex flex-col gap-2 items-center text-lg md:text- 2xl" >
18
18
< p class = "flex items-center gap-2" >
19
- < span class = "text-3xl" > 🗺️</ span >
19
+ < span class = "text-2xl md:text- 3xl" > 🗺️</ span >
20
20
Rapperswil-Jona, Switzerland
21
21
</ p >
22
22
< p class = "flex items-center gap-2" >
23
- < span class = "text-3xl" > 🗓️</ span >
23
+ < span class = "text-2xl md:text- 3xl" > 🗓️</ span >
24
24
September 15-17, 2025
25
25
</ p >
26
26
</ div >
27
27
28
- < nav class = "flex flex-wrap gap-6 mt-8 font-bold text-xl " >
28
+ < nav class = "flex flex-wrap justify-center gap-4 md:gap- 6 mt-6 md:mt- 8 font-bold text-lg md:text-xl px-2 " >
29
29
< a href = "#location" class = "hover:text-gray-300 transition-colors" > Location</ a >
30
30
< a href = "#tickets" class = "hover:text-gray-300 transition-colors" > Tickets</ a >
31
31
< a href = "#coc" class = "hover:text-gray-300 transition-colors" > CoC</ a >
@@ -36,7 +36,7 @@ function App() {
36
36
</ section >
37
37
38
38
{ /* Content sections */ }
39
- < div class = "w-full max-w-md mx-auto space-y-32 pb-16" >
39
+ < div class = "w-full max-w-md mx-auto space-y-20 md:space-y- 32 pb-16 px-4 " >
40
40
< section id = "location" class = "flex flex-col items-center gap-5" >
41
41
< h2 class = "text-4xl font-bold font-serif" > Location</ h2 >
42
42
< p class = "text-center" > Join us in Rapperswil-Jona, Switzerland for NixCon 2025!</ p >
0 commit comments