diff options
| author | Bobby <[email protected]> | 2023-06-11 17:30:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-11 17:30:30 -0400 |
| commit | 9bd7bae4fabec85504d1c0595c0707261be70010 (patch) | |
| tree | c23c0c8598c2115ce3a1ea43979bd16211f30e97 /static/css/phone_compatibility.css | |
| parent | d70dd0f2cfc4e583192f39f33d0d8bbfd1f326b7 (diff) | |
| download | thatcomputerscientist-9bd7bae4fabec85504d1c0595c0707261be70010.tar.xz thatcomputerscientist-9bd7bae4fabec85504d1c0595c0707261be70010.zip | |
Fix Article image max-height on Phones
Diffstat (limited to 'static/css/phone_compatibility.css')
| -rw-r--r-- | static/css/phone_compatibility.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index 6f754d01..3bf27e48 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -203,7 +203,6 @@ 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; } |
