This commit is contained in:
parent
d9d62f962f
commit
36500b0423
2 changed files with 5 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ const props = Astro.props
|
|||
<meta name="generator" content={Astro.generator}/>
|
||||
<title>DIDAYS 2026{props.title ? ` | ${props.title}` : ""}</title>
|
||||
</head>
|
||||
<body class="w-full min-h-screen m-0">
|
||||
<body class="w-full min-h-screen m-0 overflow-x-hidden">
|
||||
<svg class="hidden">
|
||||
<defs>
|
||||
<g id="transition">
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ import path from "../utils/path.ts"
|
|||
</svg>
|
||||
</div>
|
||||
|
||||
<div class="bg-base-200 pt-8 pb-16">
|
||||
<div class="bg-base-200 pt-8 pb-16 w-screen overflow-x-hidden">
|
||||
<div class="container p-8 max-w-5xl mx-auto flex flex-col md:flex-row gap-10 items-center md:items-start">
|
||||
<div class="bg-black/20 text-white rounded-2xl min-w-fit p-4 flex flex-col items-center gap-4">
|
||||
<div class="flex flex-col items-center gap-2">
|
||||
|
|
@ -61,7 +61,7 @@ import path from "../utils/path.ts"
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-base-100 pb-20">
|
||||
<div class="bg-base-100 pb-20 w-screen overflow-x-hidden">
|
||||
<svg
|
||||
viewBox="0 0 283.46457 11.338583"
|
||||
class="w-[200%] sm:w-[150%] lg:w-full text-(--color-base-200) mb-20"
|
||||
|
|
@ -81,7 +81,7 @@ import path from "../utils/path.ts"
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-base-200 pb-20">
|
||||
<div class="bg-base-200 pb-20 w-screen overflow-x-hidden">
|
||||
<svg
|
||||
viewBox="0 0 283.46457 11.338583"
|
||||
class="w-[200%] sm:w-[150%] lg:w-full text-(--color-base-100) mb-20"
|
||||
|
|
@ -109,7 +109,7 @@ import path from "../utils/path.ts"
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-base-100 pb-20">
|
||||
<div class="bg-base-100 pb-20 w-screen overflow-x-hidden">
|
||||
<svg
|
||||
viewBox="0 0 283.46457 11.338583"
|
||||
class="w-[200%] sm:w-[150%] lg:w-full text-(--color-base-200) mb-20"
|
||||
|
|
|
|||
Loading…
Reference in a new issue