We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaa07f commit bcfe5e4Copy full SHA for bcfe5e4
styles/ResponsiveNavbar.module.css
@@ -29,7 +29,7 @@
29
width: 3em;
30
height: 3em;
31
padding: 0;
32
- border-radius: 50%;
+ background-color: transparent;
33
color: black;
34
transition: opacity 250ms ease;
35
position: absolute;
@@ -73,14 +73,15 @@
73
visibility: hidden;
74
height: 0;
75
76
- font-size: 1rem;
+ font-size: 1em;
77
}
78
79
.navVisible {
80
visibility: visible;
81
height: auto;
82
position: relative;
83
- text-align: end;
+ text-align: start;
84
+ padding-top: 1em;
85
86
87
.navList {
0 commit comments