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; 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);
} }