diff options
| author | Bobby <[email protected]> | 2023-06-19 22:11:36 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-19 22:11:36 -0400 |
| commit | 2d4de860c9cbd6882e5ae117f470ccc943b998a9 (patch) | |
| tree | 559e60d4f5533580d6389531e21a1cab797a3e56 /static/css/styles.css | |
| parent | aa878f2006c6bc4fffa085f38afa0c68ffeb6823 (diff) | |
| download | thatcomputerscientist-2d4de860c9cbd6882e5ae117f470ccc943b998a9.tar.xz thatcomputerscientist-2d4de860c9cbd6882e5ae117f470ccc943b998a9.zip | |
Post Edit update with block images and code lang specification
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 526a4fc9..8639081b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -387,14 +387,14 @@ blockquote { #editor-container img { float: left; margin: 5px 11px 5px 0px; - max-width: 710px; } #article-body img.block, #editor-container img.block { margin: 5px auto; display: block; - height: auto; + max-height: none; + max-width: 710px; } #article-body h2, @@ -514,5 +514,6 @@ blockquote { #article-body img, #editor-container img { max-height: 300px; + max-width: 300px; } }
\ No newline at end of file |
