From a3f01aba1ea808e97c13935b0e031d1653bc2ba7 Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 19 Apr 2023 00:10:12 +0700 Subject: 13th fixes --- styles/globals.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'styles') diff --git a/styles/globals.css b/styles/globals.css index d0278c0..b101081 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -145,19 +145,5 @@ button { } .skip-button { - @apply bg-white xs:w-28 xs:h-9 w-20 h-7 -right-8 bottom-6 rounded-md font-karla shadow-xl hover:bg-[#f1f1f1] text-black md:static absolute xs:-right-6 xs:bottom-0; -} - -@media screen and (max-width: 768px) { - .skip-button { - font-size: 14px; - padding: 8px 20px; - } -} - -@media screen and (max-width: 480px) { - .skip-button { - font-size: 12px; - padding: 6px 16px; - } + @apply bg-white xs:w-28 xs:h-9 w-24 h-7 -right-8 -bottom-7 rounded-md font-karla shadow-xl hover:bg-[#f1f1f1] text-black md:static absolute xs:-right-6 xs:-bottom-5 xs:text-[15px] text-xs md:text-sm; } -- cgit v1.2.3