From dae5a88c63a0531c0119e9f25b7b99b483fc8be2 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 31 May 2023 11:13:24 -0400 Subject: Site policy updates and general updates --- static/css/phone_compatibility.css | 2 +- static/css/styles.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'static/css') 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; diff --git a/static/css/styles.css b/static/css/styles.css index afef43c0..c8ddd549 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -253,6 +253,7 @@ blockquote { .highlight { background: none !important; text-align: left !important; + overflow-x: scroll; } .comment { -- cgit v1.2.3