Skip to content

Commit aa970b0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bc79db3 commit aa970b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/sections/prague.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import Headline from "@ui/Headline.astro";
2424

2525
<div class="mx-auto px-4 sm:px-6 lg:px-8 max-w-3xl">
2626
<p class="mt-4 mb-8">
27-
EuroPython 2025 returns to one of Europe’s most picturesque cities!
28-
Join us at the Prague Congress Centre, just steps away from the
27+
EuroPython 2025 returns to one of Europe’s most picturesque cities!
28+
Join us at the Prague Congress Centre, just steps away from the
2929
historic Vyšehrad Castle and its scenic views of the city.
3030
</p>
3131

@@ -47,7 +47,7 @@ import Headline from "@ui/Headline.astro";
4747
position: relative;
4848
top: 20vh;
4949
margin-top: -20vh;
50-
z-index: 10;
50+
z-index: 10;
5151
}
5252

5353
.city {
@@ -60,6 +60,6 @@ import Headline from "@ui/Headline.astro";
6060
width: 100vw;
6161
position: relative;
6262
bottom: -4px;
63-
z-index: -1;
63+
z-index: -1;
6464
}
6565
</style>

0 commit comments

Comments
 (0)