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 @@