Skip to content

Commit

Permalink
Make header items closer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Feb 23, 2024
1 parent 911898b commit 419153a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/main/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Header = () => {
>
TW Values
</h2>
<Space size={8}>
<Space size={4}>
{languages.map((value, index) => (
<Button
key={index}
Expand All @@ -73,7 +73,7 @@ const Header = () => {
backgroundColor: 'transparent',
borderColor: i18n.language === value.key ? 'transparent' : 'white',
color: 'white',
padding: '0 5px',
padding: '0 4px',
fontSize: 'medium',
}}
>
Expand All @@ -88,7 +88,7 @@ const Header = () => {
backgroundColor: 'transparent',
borderColor: 'transparent',
color: 'white',
padding: '0 5px',
padding: '0 2px',
fontSize: 'medium',
}}
>
Expand All @@ -99,7 +99,7 @@ const Header = () => {
href='https://github.com/TWValues/TW-Values'
target='_blank'
icon={<GithubOutlined style={{ color: 'white', fontSize: 'x-large' }} />}
style={{ margin: '0 5px' }}
style={{ padding: '0 2px' }}
/>
</Space>
</Flex>
Expand Down

0 comments on commit 419153a

Please sign in to comment.