Skip to content

Commit 5e0132f

Browse files
committed
top fixed
1 parent 9793814 commit 5e0132f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/components/Navigation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function Navigation() {
1313
bg='light'
1414
variant='light'
1515
style={{ paddingLeft: '30px', paddingRight: '30px' }}
16+
fixed="top"
1617
>
1718
<Navbar.Brand href='#home'>
1819
<img src={Logo} alt='' srcSet='' height={81} width={150} />

src/styles/Navigation.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,4 @@
99

1010
a:link {
1111
text-decoration: none;
12-
}
13-
.sticky-navbar{
14-
position: fixed;
15-
z-index: 200;
16-
width: 100%;
17-
max-width: 100%;
1812
}

0 commit comments

Comments
 (0)