Skip to content

Commit cc97d12

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

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
.city {
5353
position: relative;
@@ -58,6 +58,6 @@ import Headline from "@ui/Headline.astro";
5858
width: 100vw;
5959
position: relative;
6060
bottom: -4px;
61-
z-index: -1;
61+
z-index: -1;
6262
}
6363
</style>

0 commit comments

Comments
 (0)