mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 14:29:36 +01:00
quick header fix.
This commit is contained in:
parent
5b6f430325
commit
4fc86624dc
@ -9,10 +9,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin:auto;
|
margin: auto;
|
||||||
max-width: $layout-post-width;
|
max-width: $layout-post-width;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top:0;
|
top: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@ -37,8 +37,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-device-width: 350px){
|
@media only screen and (max-device-width: 400px) {
|
||||||
.surname{
|
.surname {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -51,4 +51,4 @@
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
@include margin-bottom(0);
|
@include margin-bottom(0);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user