10 lines
142 B
SCSS
10 lines
142 B
SCSS
.leftBar {
|
|
width: 625px;
|
|
height: 966px;
|
|
// margin-left: 40px;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|