forked from etoiledebethleem/website
5 lines
99 B
SCSS
5 lines
99 B
SCSS
.section-menu {
|
|
list-style-type: none;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|