diff options
| author | Factiven <[email protected]> | 2023-05-02 19:49:04 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-05-02 19:49:04 +0700 |
| commit | 0aa0c9b4a691f539212a02d9f29a5ed48c972092 (patch) | |
| tree | b54fd24181af0e50b4b5a7bf0f230de0afa7d6d0 /styles/globals.css | |
| parent | Update pre - v3.5.4 (diff) | |
| download | moopa-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.css | 6 |
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; } |