diff options
| author | Bobby <[email protected]> | 2023-02-01 20:14:30 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-02-01 20:14:30 -0500 |
| commit | 3e1b254a6e7b621e4cfdcb6a1258d1f24be6d3f4 (patch) | |
| tree | 8c8de43a55154b1075c13d3965b66ce2c152547f /static | |
| parent | b9ed2c882166834ee6d5ced5ce64e86f3a8bd8e7 (diff) | |
| download | thatcomputerscientist-3e1b254a6e7b621e4cfdcb6a1258d1f24be6d3f4.tar.xz thatcomputerscientist-3e1b254a6e7b621e4cfdcb6a1258d1f24be6d3f4.zip | |
Increase article body image height
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css index eb06b27d..214402e8 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -347,7 +347,7 @@ blockquote { } #article-body img, #editor-container img { - height: 250px; + height: 300px; float: left; padding: 0px 13px 0px 0px; } |
