Skip to content

Commit b45b99d

Browse files
committed
Adjust header icon spacing for uniform look - reduce gutter from 20px to 12px
1 parent 925248c commit b45b99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/header/layouts/DesktopHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const DesktopHeader: React.FC<DesktopHeaderProps> = ({ isTwoColumnsLayout
3636
{leftSide}
3737

3838
<S.ProfileColumn xl={8} xxl={7} $isTwoColumnsLayout={isTwoColumnsLayout}>
39-
<BaseRow align="middle" justify="end" gutter={[20, 0]}>
39+
<BaseRow align="middle" justify="end" gutter={[5, 0]}>
4040
<BaseCol>
4141
<HeaderFullscreen />
4242
</BaseCol>

0 commit comments

Comments
 (0)