diff options
| author | Bobby <[email protected]> | 2023-05-31 11:13:24 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-31 11:13:24 -0400 |
| commit | dae5a88c63a0531c0119e9f25b7b99b483fc8be2 (patch) | |
| tree | e13aa93ad9c8f5662c2d14db94b5866cfb842c63 /static/css/phone_compatibility.css | |
| parent | 343115fbceceb2e7eb9e5743c06ed5bc9f7f45a2 (diff) | |
| download | thatcomputerscientist-dae5a88c63a0531c0119e9f25b7b99b483fc8be2.tar.xz thatcomputerscientist-dae5a88c63a0531c0119e9f25b7b99b483fc8be2.zip | |
Site policy updates and general updates
Diffstat (limited to 'static/css/phone_compatibility.css')
| -rw-r--r-- | static/css/phone_compatibility.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index f86ca6e1..becbdf93 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -10,7 +10,7 @@ and readable on phones. Some features might need to be disabled for phones, I am not sure yet. */ -@media only screen and (max-width: 450px) { +@media only screen and (max-width: 480px) { body { max-width: 100vw !important; font-size: 12px !important; |
