Skip to content

Commit

Permalink
feat: RWD header
Browse files Browse the repository at this point in the history
  • Loading branch information
ybgbob committed Aug 16, 2024
1 parent 5310164 commit b149db3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ const Header = () => {
left="0"
right="0"
zIndex={1001}
as="header"
minW="1200px"
>
<Center gap="8px">
<Box as="p" fontSize="14px" fontWeight={400}>
Expand Down Expand Up @@ -99,6 +101,7 @@ const Header = () => {
top={INFO_BAR_HEIGHT}
bg={location.pathname !== '/' ? BG_COLOR : 'transparent'}
ref={ref}
minW="1200px"
>
<LeftCon h="50px" gap={40} alignItems={'center'}>
<img
Expand Down

0 comments on commit b149db3

Please sign in to comment.