aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-04-19 00:10:12 +0700
committerFactiven <[email protected]>2023-04-19 00:10:12 +0700
commita3f01aba1ea808e97c13935b0e031d1653bc2ba7 (patch)
tree4285be3b64dcc278d955722f90617009f40de357 /styles
parentUpdate [...id].js (diff)
downloadmoopa-a3f01aba1ea808e97c13935b0e031d1653bc2ba7.tar.xz
moopa-a3f01aba1ea808e97c13935b0e031d1653bc2ba7.zip
13th fixes
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;
}