diff options
| author | Bobby <[email protected]> | 2023-06-11 17:22:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-11 17:22:30 -0400 |
| commit | d70dd0f2cfc4e583192f39f33d0d8bbfd1f326b7 (patch) | |
| tree | 995ebc55fb514376e717c4b0f09a542914d5795a | |
| parent | 1b150b957263a52f8a0286587dcafe79b792deab (diff) | |
| download | thatcomputerscientist-d70dd0f2cfc4e583192f39f33d0d8bbfd1f326b7.tar.xz thatcomputerscientist-d70dd0f2cfc4e583192f39f33d0d8bbfd1f326b7.zip | |
Fix Article image max-height on Phones
| -rw-r--r-- | static/css/phone_compatibility.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index 3bf27e48..6f754d01 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -203,6 +203,7 @@ I am not sure yet. #article-body img { width: 100% !important; height: auto !important; + max-height: auto !important; margin: 15px 0 !important; float: none !important; } |
