Skip to content

Commit 64bc9f4

Browse files
committed
modified navbar layout
1 parent ce221a0 commit 64bc9f4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

env.local

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REACT_APP_APIKEY = 'AIzaSyD6YPGmcIfatyACswMzME8UA0KfZY4GtjE'

src/components/Navbar/Navbar.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.Navbar {
2-
position: absolute;
2+
/* position: absolute;
33
z-index: 10;
44
bottom: 0;
5-
left: 0;
5+
left: 0; */
66
width: 100%;
77
height: 7.5%;
88
padding: 4px 24px;

0 commit comments

Comments
 (0)