header fix

This commit is contained in:
soulgalore 2016-11-02 13:31:21 +01:00
parent 9fc3a3621e
commit 2acac3e1cc
1 changed files with 8 additions and 0 deletions

View File

@ -132,4 +132,12 @@ max-width: 250px;
float: none;
}
/* Fix for fixed navigation and links */
:target:before {
content:"";
display:block;
height:50px; /* fixed header height*/
margin:-50px 0 0; /* negative fixed header height */
}
}