Tweak hover effect on profile photos on About page

This commit is contained in:
wiz 2021-12-30 06:28:00 +09:00
parent 3fd96e412b
commit 04216e952a
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -116,7 +116,7 @@
&:hover { &:hover {
text-decoration: none; text-decoration: none;
img { img {
box-shadow: 0px 0px 20px #1bd8f4; transform: scale(1.1);
} }
} }
img, span{ img, span{