header fix
This commit is contained in:
parent
9fc3a3621e
commit
2acac3e1cc
|
|
@ -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 */
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue