mirror of
https://github.com/mempool/mempool.git
synced 2025-09-26 22:27:20 +02:00
Fix mouseover CSS for inline SVG on About page
This commit is contained in:
@@ -115,11 +115,11 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
img {
|
img, svg {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
img, span{
|
img, svg, span {
|
||||||
display: block;
|
display: block;
|
||||||
transition: 150ms all;
|
transition: 150ms all;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user