aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-02-02 05:31:51 -0500
committerBobby <[email protected]>2023-02-02 05:31:51 -0500
commit7ddfd6181c738423d3e697498191288dc34fb49d (patch)
tree715fa1f6508b8c441b3320d8f70242a3be619e48 /static/css
parentafa62a72d5f6677ae88b8dc8a0fde4820124f3bf (diff)
downloadthatcomputerscientist-7ddfd6181c738423d3e697498191288dc34fb49d.tar.xz
thatcomputerscientist-7ddfd6181c738423d3e697498191288dc34fb49d.zip
Update header margins for article
Diffstat (limited to 'static/css')
-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 c28370f7..57616883 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -359,6 +359,6 @@ blockquote {
text-transform: uppercase;
padding-bottom: 0px;
border-bottom: none;
- margin: 13px;
+ margin: 13px 0px;
font-size: 14px;
}