Skip to content

Commit bcfe5e4

Browse files
fix: align responsive Navbar at the left
1 parent ddaa07f commit bcfe5e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

styles/ResponsiveNavbar.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
width: 3em;
3030
height: 3em;
3131
padding: 0;
32-
border-radius: 50%;
32+
background-color: transparent;
3333
color: black;
3434
transition: opacity 250ms ease;
3535
position: absolute;
@@ -73,14 +73,15 @@
7373
visibility: hidden;
7474
height: 0;
7575
position: absolute;
76-
font-size: 1rem;
76+
font-size: 1em;
7777
}
7878

7979
.navVisible {
8080
visibility: visible;
8181
height: auto;
8282
position: relative;
83-
text-align: end;
83+
text-align: start;
84+
padding-top: 1em;
8485
}
8586

8687
.navList {

0 commit comments

Comments
 (0)