default_page_maintenance/style.scss

21 lines
333 B
SCSS
Raw Normal View History

2022-05-02 17:02:16 +02:00
header {
nav {
display: flex;
justify-content: space-between;
padding: 2em;
width: auto;
margin: auto 0;
.contents {
display: flex;
align-items: center;
ul {
list-style: none;
display: flex;
justify-content: space-around;
padding: 2em;
}
}
}
}