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