From 5aaa723f6f4da835c2adcb8fbb2fa803387960e2 Mon Sep 17 00:00:00 2001 From: Iefan <66840141+realiefan@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:03:01 +0530 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index dccca97..142e246 100644 --- a/style.css +++ b/style.css @@ -189,17 +189,17 @@ h2 { @media screen and (max-width: 1080px) { #pubkey { - width: 600px !important; + width: 500px !important; } } -@media screen and (max-width: 700px) { +@media screen and (max-width: 800px) { #pubkey { - width: 500px !important; + width: 300px !important; } } @media screen and (max-width: 600px) { #pubkey { - width: 400px !important; + width: 200px !important; } }