From 8e587c68973ece9fbc7797421f5224e25246cfd0 Mon Sep 17 00:00:00 2001 From: SG101 Date: Mon, 10 Oct 2022 19:45:52 +0200 Subject: [PATCH] decreased hover jump in projects --- shared/projects.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/projects.css b/shared/projects.css index 9a1cdae..1184851 100644 --- a/shared/projects.css +++ b/shared/projects.css @@ -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; }