Responsive Sidebarmenu
This commit is contained in:
@@ -7,6 +7,7 @@ $-logo-height: 45px;
|
||||
height: 60px;
|
||||
box-shadow: 0 0 2px $-light-brown;
|
||||
grid-area: header;
|
||||
background-color: white;
|
||||
|
||||
&__Navigation{
|
||||
flex-grow: 2;
|
||||
@@ -58,4 +59,13 @@ $-logo-height: 45px;
|
||||
.LP-Header__Navigation{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: $-viewport-toggle-sidebar){
|
||||
.LP-Header{
|
||||
padding-left: 40px;
|
||||
width: calc(100% - 40px);
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user