Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 3070219 commit 96e7898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`
<div class="absolute inset-0"></div>
<div
class:list={[
"relative text-default py-3 px-3 md:px-6 mx-auto w-full md:flex md:justify-between",
"relative text-default py-3 px-3 md:px-6 mx-auto w-full dark:bg-white md:flex md:justify-between",
{
"max-w-7xl": !isFullWidth,
},
Expand Down

0 comments on commit 96e7898

Please sign in to comment.