Fixed glitches with headings by replacing a CSS hack by a JS solution.

This commit is contained in:
Šesták Vít
2016-02-10 10:57:23 +01:00
parent 5102855990
commit 2d3e3b5164
4 changed files with 11 additions and 8 deletions

View File

@@ -26,13 +26,6 @@
.badge a{
color: yellow;
}
h2:before, h3:before, h4:before, h5:before, h6:before {
display: block;
content: " ";
margin-top: -50px;
height: 50px;
visibility: hidden;
}
#project-selector{
float: left;
padding: 5px;