Skip to content

Commit d856b52

Browse files
committed
feat: removed banner
1 parent 455bc0d commit d856b52

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

design/src/styles/layout/nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
display: block;
6767
position: absolute;
6868
right: 30px;
69-
top: 133px;
69+
top: 73px;
7070
}
7171
}
7272

site/src/layouts/Layout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import Banner from "../components/EUBanner.astro";
4646
<title>{title}</title>
4747
</head>
4848
<body>
49-
<Banner />
5049
<ColorSchemeToggle />
5150
<Nav />
5251
<slot />

0 commit comments

Comments
 (0)