quick header fix.

This commit is contained in:
Rick van Lieshout 2022-10-17 17:35:11 +02:00
parent 5b6f430325
commit 4fc86624dc

View File

@ -9,10 +9,10 @@
display: flex;
height: 50px;
justify-content: space-between;
margin:auto;
margin: auto;
max-width: $layout-post-width;
position: sticky;
top:0;
top: 0;
z-index: 999;
.title {
@ -37,8 +37,8 @@
}
}
@media only screen and (max-device-width: 350px){
.surname{
@media only screen and (max-device-width: 400px) {
.surname {
display: none;
}
}
@ -51,4 +51,4 @@
margin-top: 5px;
width: 40px;
@include margin-bottom(0);
}
}