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; }