diff --git a/packages/frontend/src/routes/__root.tsx b/packages/frontend/src/routes/__root.tsx index 479561d9..d4434f81 100644 --- a/packages/frontend/src/routes/__root.tsx +++ b/packages/frontend/src/routes/__root.tsx @@ -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%", }),