Skip to content

Commit f2c474b

Browse files
committed
(feat:CSS) position element with class .nav-items
1 parent 5172c6f commit f2c474b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

public/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,6 @@ input:checked+.slider:before {
610610
background-color: var(--green);
611611
z-index: 100;
612612
display: none;
613-
align-items: center;
614613
padding-left: 1rem;
615614
border-radius: 1px;
616615
border: black 3px solid;
@@ -639,6 +638,9 @@ input:checked+.slider:before {
639638
}
640639

641640
.nav-items {
641+
width: 250px;
642+
margin-top: 325px;
643+
position: fixed;
642644
display: flex;
643645
flex-direction: column;
644646
opacity: 1;

0 commit comments

Comments
 (0)