File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ import SearchBar from './Search';
77
88function Navigation ( ) {
99 return (
10- < Navbar collapseOnSelect expand = 'lg' bg = 'light' variant = 'light' >
10+ < Navbar
11+ collapseOnSelect
12+ expand = 'lg'
13+ bg = 'light'
14+ variant = 'light'
15+ style = { { paddingLeft : '30px' , paddingRight : '30px' , textAlign : 'center' } }
16+ >
1117 < Navbar . Brand href = '#home' >
1218 < img src = { Logo } alt = '' srcSet = '' height = { 81 } width = { 150 } />
1319 </ Navbar . Brand >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import '../index.css';
44
55function SearchBar ( ) {
66 return (
7- < div className = 'search' >
7+ < div className = 'search' style = { { display : 'flex' , justifyContent : 'center' } } >
88 < div className = 'searchInputs' >
99 < input type = 'text' />
1010 < div className = 'searchIcon' >
You can’t perform that action at this time.
0 commit comments