website/assets/sass/sections.scss

8 lines
148 B
SCSS

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