We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5172c6f commit f2c474bCopy full SHA for f2c474b
1 file changed
public/index.css
@@ -610,7 +610,6 @@ input:checked+.slider:before {
610
background-color: var(--green);
611
z-index: 100;
612
display: none;
613
- align-items: center;
614
padding-left: 1rem;
615
border-radius: 1px;
616
border: black 3px solid;
@@ -639,6 +638,9 @@ input:checked+.slider:before {
639
638
}
640
641
.nav-items {
+ width: 250px;
642
+ margin-top: 325px;
643
+ position: fixed;
644
display: flex;
645
flex-direction: column;
646
opacity: 1;
0 commit comments