Fix mouseover CSS for inline SVG on About page

This commit is contained in:
wiz 2022-02-20 20:11:31 +09:00
parent ce41e1e65d
commit 3b7d36e9e9
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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;
}