diff options
| author | Bobby <[email protected]> | 2023-06-04 05:02:11 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-04 05:02:11 -0400 |
| commit | a68efd162b6a5f9b65add531f1991d5d2da6d6c5 (patch) | |
| tree | e0c829081ee7f94f8ad6aa97728a1ae34e7a3630 /static/css | |
| parent | dc33e95ab5f7e3bbb43d02e1e87300c5d126122b (diff) | |
| download | thatcomputerscientist-a68efd162b6a5f9b65add531f1991d5d2da6d6c5.tar.xz thatcomputerscientist-a68efd162b6a5f9b65add531f1991d5d2da6d6c5.zip | |
Article code width on phones fix
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/phone_compatibility.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index d973acbc..63b4a7e4 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -207,6 +207,10 @@ I am not sure yet. #article-body h2 { font-size: 14px !important; } + + #article-body > .highlight { + width: 100% !important; + } #login-error > .messageBox { top: 20px !important; |
