From 071b6aa950197d94a7c519aa373fd07956d288e4 Mon Sep 17 00:00:00 2001 From: Amin Jalal Date: Sat, 16 Nov 2024 14:44:21 +0300 Subject: [PATCH 1/3] 'Return to home' button positioning. --- Contributors/contributor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors/contributor.css b/Contributors/contributor.css index f2506f5..4e14713 100644 --- a/Contributors/contributor.css +++ b/Contributors/contributor.css @@ -484,7 +484,7 @@ padding: 2rem 2rem; text-align: center; background-color: rgba(255,255,255,0.3); border-radius: 25px; -margin-top: 60px; +margin-top: 90px; } .contributor-stats h2 { @@ -539,7 +539,7 @@ a{ color: white; font-size: 1.25rem; position: absolute; - top: 20px; + top: 2px; left: 40px; background-color: rgba(255, 255, 255, 0.2); display: flex; From 4888d3cb0add2a85ef5ac15da7646f2444225cf9 Mon Sep 17 00:00:00 2001 From: Amin Jalal Date: Sat, 16 Nov 2024 14:59:35 +0300 Subject: [PATCH 2/3] Remove blue of the hover effect on the home-nav button. --- Contributors/contributor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors/contributor.css b/Contributors/contributor.css index 4e14713..63e1b52 100644 --- a/Contributors/contributor.css +++ b/Contributors/contributor.css @@ -547,6 +547,7 @@ a{ align-items: center; border-radius: 30px; transition: all 0.4s ease; + will-change: transform; } .home-nav a:hover { From 0a062b55168eca75bdb4ee116633efd01c84fab6 Mon Sep 17 00:00:00 2001 From: Amin Jalal Date: Sat, 16 Nov 2024 15:06:45 +0300 Subject: [PATCH 3/3] Slight adjustment. --- Contributors/contributor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributors/contributor.css b/Contributors/contributor.css index 63e1b52..9d40fee 100644 --- a/Contributors/contributor.css +++ b/Contributors/contributor.css @@ -484,7 +484,7 @@ padding: 2rem 2rem; text-align: center; background-color: rgba(255,255,255,0.3); border-radius: 25px; -margin-top: 90px; +margin-top: 60px; } .contributor-stats h2 { @@ -539,7 +539,7 @@ a{ color: white; font-size: 1.25rem; position: absolute; - top: 2px; + top: 20px; left: 40px; background-color: rgba(255, 255, 255, 0.2); display: flex;