aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-01 05:18:04 -0400
committerBobby <[email protected]>2023-05-01 05:18:04 -0400
commit1102adee47b232ab8ed2e8950bd8b4c3320ae681 (patch)
tree402e9552f41342c4b05d31db68ef7786e5ffa44c /static
parent36b81b364cc15b1c0b0bff9996147d574eebd4a0 (diff)
downloadthatcomputerscientist-1102adee47b232ab8ed2e8950bd8b4c3320ae681.tar.xz
thatcomputerscientist-1102adee47b232ab8ed2e8950bd8b4c3320ae681.zip
Added bottom padding to article images
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index d763029e..e7f49ed5 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -343,7 +343,7 @@ blockquote {
#article-body img, #editor-container img {
height: 300px;
float: left;
- padding: 0px 13px 13px 0px;
+ padding: 13px 13px 13px 0px;
}
#article-body h2, #article-body h1, #editor-container h2, #editor-container h1 {