9 lines
103 B
SCSS
9 lines
103 B
SCSS
|
// navigation scss
|
||
|
|
||
|
.top-bar {
|
||
|
width: 100%;
|
||
|
.top-bar-left {
|
||
|
justify-content: flex-start;
|
||
|
}
|
||
|
}
|