From 424583b7fe8f2b4b40c33b7a7a94d0e78c4661cb Mon Sep 17 00:00:00 2001 From: Amit Nayak <72146767+AmitNayak9@users.noreply.github.com> Date: Sat, 16 Oct 2021 19:38:38 +0530 Subject: [PATCH] Update index.html --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index b9ded37..f4214cb 100644 --- a/index.html +++ b/index.html @@ -26,8 +26,8 @@ @media screen and (max-width: 530px) { .unsub { display: block; - padding: 8px; - margin-top: 14px; + padding: 9px; + margin-top: 13px; border-radius: 6px; background-color: #555555; text-decoration: none !important; @@ -37,9 +37,9 @@ max-width: 100% !important; } } - @media screen and (min-width: 531px) { + @media screen and (min-width: 530px) { .col-sml { - max-width: 27% !important; + max-width: 28% !important; } .col-lge { max-width: 73% !important; @@ -127,4 +127,4 @@