decreased hover jump in projects

This commit is contained in:
SG101 2022-10-10 19:45:52 +02:00
parent bca2c357e0
commit 8e587c6897

View file

@ -29,8 +29,8 @@
.project-grid > a:hover { .project-grid > a:hover {
border-width: 5px; border-width: 5px;
background: #9993; background: #9993;
padding-top: 39px; padding-top: 25px;
padding-bottom: 1px; padding-bottom: 15px;
color: #99FF; color: #99FF;
} }
@ -40,8 +40,8 @@
.project-grid > a:active { .project-grid > a:active {
background: #44F3; background: #44F3;
padding-top: 40px; padding-top: 30px;
padding-bottom: 0px; padding-bottom: 10px;
} }