Files

6 lines
113 B
SCSS

.nav-container {
width: 25%;
margin: 0 auto;
display: flex;
justify-content: space-around;
}