aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-07 05:20:41 -0400
committertdro <tdro@noreply.example.com>2022-05-07 05:20:41 -0400
commit1953708206192abdcfc4f00fc63c6f2f2a321286 (patch)
tree9660d624e891729a913488ba92f2e17effb0e488 /assets
parentbec8e6762e4f38c7e6d4dec787870a1a6cb9048a (diff)
downloadcanory-1953708206192abdcfc4f00fc63c6f2f2a321286.tar.gz
canory-1953708206192abdcfc4f00fc63c6f2f2a321286.tar.bz2
canory-1953708206192abdcfc4f00fc63c6f2f2a321286.zip
assets/css/default: Add margin top to code block
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index d764b8e..89a75e7 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1388,7 +1388,8 @@ blockquote {
p,
dl,
table,
-figure {
+figure,
+code-block {
margin-top: 0.25rem;
}