form + filter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user