Skip to content

Commit

Permalink
feat: removed banner
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Jun 17, 2024
1 parent 455bc0d commit d856b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion design/src/styles/layout/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
display: block;
position: absolute;
right: 30px;
top: 133px;
top: 73px;
}
}

Expand Down
1 change: 0 additions & 1 deletion site/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import Banner from "../components/EUBanner.astro";
<title>{title}</title>
</head>
<body>
<Banner />
<ColorSchemeToggle />
<Nav />
<slot />
Expand Down

0 comments on commit d856b52

Please sign in to comment.