website/assets/sass/sections.scss

8 lines
148 B
SCSS
Raw Normal View History

2023-03-31 22:14:22 +00:00
.section-menu {
border: 1px solid #eee;
padding: 1rem 0;
2023-03-31 22:14:22 +00:00
list-style-type: none;
display: flex;
justify-content: space-around;
}