www/assets/scss/_nav.scss

20 lines
321 B
SCSS
Raw Permalink Normal View History

2023-11-09 17:10:13 +03:00
@mixin main {
display: flex;
flex-direction: row;
margin-left: auto;
ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
column-gap: 20px;
box-sizing: border-box;
margin: 0px;
padding: 0px;
list-style-type: none;
}
}