diff options
| author | Bobby <[email protected]> | 2023-07-09 21:20:56 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-09 21:20:56 -0400 |
| commit | 06b8da96aa67d3a6ef7f34b4bc68aa11ff5a339b (patch) | |
| tree | 9f2f38e6542e455488f87efdf1c9bc12b6e5cb59 /static/css/styles.css | |
| parent | 13737a383bd48b6a4782154bea4d714e994901f9 (diff) | |
| download | thatcomputerscientist-06b8da96aa67d3a6ef7f34b4bc68aa11ff5a339b.tar.xz thatcomputerscientist-06b8da96aa67d3a6ef7f34b4bc68aa11ff5a339b.zip | |
Full Code edit support in posts
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 326148c5..87149669 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -410,6 +410,10 @@ blockquote { max-width: 710px; } +#preview img.block { + max-width: 100%; +} + #article-body h2, #article-body h1, #editor-container h2, |
