aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-02 19:49:04 +0700
committerFactiven <[email protected]>2023-05-02 19:49:04 +0700
commit0aa0c9b4a691f539212a02d9f29a5ed48c972092 (patch)
treeb54fd24181af0e50b4b5a7bf0f230de0afa7d6d0 /styles/globals.css
parentUpdate pre - v3.5.4 (diff)
downloadmoopa-0aa0c9b4a691f539212a02d9f29a5ed48c972092.tar.xz
moopa-0aa0c9b4a691f539212a02d9f29a5ed48c972092.zip
Display Patch v3.5.4 - 1
> Now support more device sizes than before
Diffstat (limited to 'styles/globals.css')
-rw-r--r--styles/globals.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/styles/globals.css b/styles/globals.css
index f2ea9d2..a26fbf3 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -3,12 +3,6 @@
@tailwind components;
@tailwind utilities;
-@media (max-width: 768px) {
- svg {
- height: 90%;
- }
-}
-
* {
-webkit-tap-highlight-color: transparent;
}