bad hack to keep tabs out of full-top header sections
This commit is contained in:
parent
452c74e71c
commit
c0e6d2faac
1 changed files with 9 additions and 0 deletions
|
@ -19,3 +19,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Rediculously bad hack just to keep the full-saturation title sections
|
||||||
|
// pristine.
|
||||||
|
|
||||||
|
.floating-tabs {
|
||||||
|
position: absolute;
|
||||||
|
top: 240px;
|
||||||
|
left: 0.75rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue