Spaces:
Runtime error
Runtime error
File size: 118 Bytes
f46b416 |
1 2 3 4 5 6 7 |
.navbar-container {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%;
}
|