Skip to content

Commit

Permalink
fix: simplify header
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Aug 7, 2024
1 parent 6f62f1e commit d58e30a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/frontend/src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ const Layout = ({ children }: PropsWithChildren) => {
}
: {},
}),
logo: css({
"&::after": {
backgroundPosition: "0 0 !important",
},
}),
service: css({ display: { base: "none", lg: "unset" } }),
toolsLinks: css({
h: "100%",
}),
Expand Down

0 comments on commit d58e30a

Please sign in to comment.