made web buttons pop out more on hover

This commit is contained in:
ari melody 2023-12-01 00:35:53 +00:00
parent e2a6c615c9
commit d8bd92e263
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -329,6 +329,8 @@ div#web-buttons {
#web-buttons img:hover {
margin: -1px;
border: 1px solid #eee;
transform: translate(-2px, -2px);
box-shadow: 1px 1px 0 #eee, 2px 2px 0 #eee;
}
footer {