Update styles.css

This commit is contained in:
gr00tie 2023-11-14 13:46:05 +01:00 committed by GitHub
parent c41d60eed8
commit 47a5836458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,6 +167,7 @@ tr:hover {
width: 150px; width: 150px;
height: auto; height: auto;
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px;
cursor: pointer; cursor: pointer;
transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);