aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/globals.css16
1 files changed, 1 insertions, 15 deletions
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;
}