Skip to content

Commit 8ca002e

Browse files
committed
Sets narrow margin
1 parent 39d8fa1 commit 8ca002e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/base/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const SearchButton = styled(Link)`
119119
width: 1.125rem;
120120
height: 1.125rem;
121121
}
122-
margin-right: 0.75rem;
122+
margin-right: 0.25rem;
123123
`;
124124

125125
const Inner = styled(MainResponsive)`

src/components/base/ThemeToggleButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const IconButton = styled.button`
6060
border-radius: 50%;
6161
width: 2.5rem;
6262
height: 2.5rem;
63-
margin-right: 0.75rem;
63+
margin-right: 0.25rem;
6464
color: white;
6565
position: relative;
6666

0 commit comments

Comments
 (0)