Skip to content

Commit fb499c9

Browse files
committed
Add top notification
1 parent baca69d commit fb499c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Header.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ import links from "@data/links.json";
1111
<section
1212
id="navbar"
1313
>
14+
<a href="/remote" class="text-center px-2 bg-secondary text-white font-bold fixed top-0 w-full h-[40px] z-50 flex items-center justify-center">Can’t join us in Prague? Attend remotely — online options available!</a>
1415
<div
15-
class="container max-w-[1150px] mx-auto px-6 py-2 mt-1 lg:p-2 lg:mt-6 flex items-center justify-between relative z-40 bg-white/80 rounded-full backdrop-blur-md shadow-lg"
16+
class="container max-w-[1150px] mx-auto px-6 py-2 mt-12 lg:p-2 lg:mt-14 flex items-center justify-between relative z-40 bg-white/80 rounded-full backdrop-blur-md shadow-lg"
1617
>
1718
<input
1819
type="checkbox"

0 commit comments

Comments
 (0)