form + filter

This commit is contained in:
2019-04-08 18:00:38 +02:00
parent 52fe56a7fc
commit 4346f85d56
25 changed files with 476 additions and 179 deletions

View File

@@ -3,9 +3,9 @@
position: relative;
nav{
@include inlineflex();
justify-content: space-between;
justify-content: space-around;
height: 100px;
width: auto;
width: 100%;
a{
padding: 10px;
}
@@ -17,7 +17,7 @@
& > ul{
display: none;
}
&:nth-last-child(-n+2){
&:nth-last-child(-n+1){
& > a{
display: block;
height: 100px;
@@ -48,6 +48,7 @@
}
.desktop-menu{
@include inlineflex;
flex-wrap: nowrap;
}
}
}