Fixed pointer on header

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv)
2018-03-05 21:12:43 +01:00
parent 2a0e5c2103
commit 6befdd1db3

View File

@@ -279,7 +279,8 @@ nav a {
color: white;
-webkit-transition: 0.3s;
transition: 0.3s;
font-size: 16px; }
font-size: 16px;
cursor: pointer !important;}
.nav .container .nav__sections .nav__section .nav__links {
position: absolute;
padding: 20px 20px 20px 35px;