diff options
| author | Bobby <[email protected]> | 2023-06-10 21:40:36 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-10 21:40:36 -0400 |
| commit | 449caf2bbc1d2fd3db37af1b635feaef2beaac38 (patch) | |
| tree | d3187834e35d6a132d8af06bddee492cc6c62e94 | |
| parent | 699c9d5d0691de0e004105b3413cdf4a12ea69d9 (diff) | |
| download | thatcomputerscientist-449caf2bbc1d2fd3db37af1b635feaef2beaac38.tar.xz thatcomputerscientist-449caf2bbc1d2fd3db37af1b635feaef2beaac38.zip | |
Unfixing height of images in article body
| -rw-r--r-- | static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index a6e0dc07..5bec1046 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -384,10 +384,10 @@ blockquote { #article-body img, #editor-container img { - height: 300px; float: left; margin: 5px 11px 5px 0px; max-width: 710px; + max-height: 300px; } #article-body img.block, |
