We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c17071 commit 761befeCopy full SHA for 761befe
src/components/templates/Header/index.tsx
@@ -5,7 +5,7 @@ import { UserMenu } from "./UserMenu";
5
export const Header = () => {
6
return (
7
<Box as="header" position="fixed" top={0} left={0} right={0} h="56px" bg="teal.600" zIndex={20}>
8
- <Flex w="full" h="full" px={12} align="center" justify="space-between">
+ <Flex w="full" h="full" px={{ base: 4, lg: 12 }} align="center" justify="space-between">
9
<Link asChild _hover={{ opacity: 0.8, textDecoration: "none" }}>
10
<RouterLink to="/dashboard">
11
<Image src="/textlogo.webp" alt="シフトリ" h="40px" w="auto" loading="eager" />
0 commit comments