diff options
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; } |