From fbbb0903b705a6a588fa6638f6aa0b22cb721a78 Mon Sep 17 00:00:00 2001 From: Lakshay Manchanda Date: Tue, 24 Sep 2024 00:33:50 +0530 Subject: [PATCH] Style changes --- profile-diff/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile-diff/style.css b/profile-diff/style.css index 335f3261..5915c197 100644 --- a/profile-diff/style.css +++ b/profile-diff/style.css @@ -62,7 +62,7 @@ body { font-optical-sizing: auto; font-weight: 500; font-style: normal; - font-size: 20px; + font-size: 1.25em; color: var(--white); position: relative; } @@ -70,7 +70,7 @@ body { .back { background-color: transparent; border: none; - padding: 10px; + padding: 0.625em; text-decoration: none; display: flex; align-items: center;