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