Skip to content

Commit 761befe

Browse files
committed
fix: sp width
1 parent 8c17071 commit 761befe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/templates/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { UserMenu } from "./UserMenu";
55
export const Header = () => {
66
return (
77
<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">
8+
<Flex w="full" h="full" px={{ base: 4, lg: 12 }} align="center" justify="space-between">
99
<Link asChild _hover={{ opacity: 0.8, textDecoration: "none" }}>
1010
<RouterLink to="/dashboard">
1111
<Image src="/textlogo.webp" alt="シフトリ" h="40px" w="auto" loading="eager" />

0 commit comments

Comments
 (0)