Merge pull request #1057 from mempool/wiz/remove-hover-effect-on-about-page

Tweak hover effect on profile photos on About page
This commit is contained in:
wiz 2021-12-29 22:03:23 +00:00 committed by GitHub
commit 832c0cb3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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{
@ -180,4 +180,4 @@
.no-about-margin { .no-about-margin {
height: 10px; height: 10px;
} }