Skip to content

Commit 9092c04

Browse files
Removed the center align text
1 parent c7b21ae commit 9092c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function Navigation() {
1212
expand='lg'
1313
bg='light'
1414
variant='light'
15-
style={{ paddingLeft: '30px', paddingRight: '30px', textAlign: 'center' }}
15+
style={{ paddingLeft: '30px', paddingRight: '30px' }}
1616
>
1717
<Navbar.Brand href='#home'>
1818
<img src={Logo} alt='' srcSet='' height={81} width={150} />

0 commit comments

Comments
 (0)