7 lines
148 B
SCSS
7 lines
148 B
SCSS
.section-menu {
|
|
border: 1px solid #eee;
|
|
padding: 1rem 0;
|
|
list-style-type: none;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|