Font-sizing suggested

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-30 15:44:53 +01:00
parent 1d1d68fb6f
commit ce35ec42e3

View File

@@ -1219,7 +1219,7 @@ nav ul li:hover, nav ul li.active {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
content: "\e625";/*"\e800";*/ content: "\e625";/*"\e800";*/
color:white; color:white;
font-size:65px; font-size: calc(100vh / 15);
position:absolute; position:absolute;
width:100%; height:100%; width:100%; height:100%;
top:0; left:0; top:0; left:0;