6 lines
84 B
SCSS
6 lines
84 B
SCSS
.NavBar {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-bottom: 1em;
|
|
}
|