1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00

logo fixes

This commit is contained in:
Matthias Kretschmann 2018-07-21 13:30:55 +02:00
parent 9bf5e793a5
commit dd1be61add
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -13,6 +13,7 @@
z-index: 1;
top: 0;
border: 0;
will-change: transform;
}
}
@ -62,9 +63,11 @@
// show smooooothly on hover
&:hover {
opacity: 1;
transform: none;
}
&:active {
top: 0;
box-shadow: none;
}
}