aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-02-01 20:14:30 -0500
committerBobby <[email protected]>2023-02-01 20:14:30 -0500
commit3e1b254a6e7b621e4cfdcb6a1258d1f24be6d3f4 (patch)
tree8c8de43a55154b1075c13d3965b66ce2c152547f /static
parentb9ed2c882166834ee6d5ced5ce64e86f3a8bd8e7 (diff)
downloadthatcomputerscientist-3e1b254a6e7b621e4cfdcb6a1258d1f24be6d3f4.tar.xz
thatcomputerscientist-3e1b254a6e7b621e4cfdcb6a1258d1f24be6d3f4.zip
Increase article body image height
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css2
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;
}