mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
logo fixes
This commit is contained in:
parent
9bf5e793a5
commit
dd1be61add
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user