Skip to content

Commit 2a31091

Browse files
committed
use flex-start
1 parent 747ba9d commit 2a31091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/Nav.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
.left-navbar {
3838
display: flex;
3939
flex-direction: row;
40-
justify-content: start;
40+
justify-content: flex-start;
4141
flex-wrap: nowrap;
4242
margin-left: 30px;
4343
}
4444

4545
.left-navbar-imgs {
4646
display: flex;
4747
flex-direction: row;
48-
justify-content: start;
48+
justify-content: flex-start;
4949
flex-wrap: nowrap;
5050
margin-left: 20px;
5151
}

0 commit comments

Comments
 (0)