mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
Fix mouseover CSS for inline SVG on About page
This commit is contained in:
parent
ce41e1e65d
commit
3b7d36e9e9
@ -115,11 +115,11 @@
|
||||
display: inline-block;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
img {
|
||||
img, svg {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
img, span{
|
||||
img, svg, span {
|
||||
display: block;
|
||||
transition: 150ms all;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user