mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 06:18:58 +01:00
quick header fix.
This commit is contained in:
parent
5b6f430325
commit
4fc86624dc
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user