bad hack to keep tabs out of full-top header sections

This commit is contained in:
benjamin melançon 2018-11-12 09:37:52 -05:00
parent 452c74e71c
commit c0e6d2faac

View file

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