aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/base.html b/templates/base.html
index abd16c1..6518c17 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,13 +32,7 @@
32 header nav span.title { font-weight: bold; } 32 header nav span.title { font-weight: bold; }
33 33
34 section { margin-block-start: 3em; margin-block-end: 3em; } 34 section { margin-block-start: 3em; margin-block-end: 3em; }
35 35 blockquote { border-left: 0.2em solid black; padding-left: 1em; margin-left: 0; }
36 blockquote {
37 border-left: 0.3em solid black;
38 padding-left: 1em;
39 margin-left: 0;
40 }
41
42 footer { font-size: small; } 36 footer { font-size: small; }
43 37
44 ul.post-list { padding: 0em; } 38 ul.post-list { padding: 0em; }
@@ -53,7 +47,7 @@
53 article h1 { font-size: 130%; line-height: 110%; } 47 article h1 { font-size: 130%; line-height: 110%; }
54 article code { background: lemonchiffon; padding: 0 0.2em; } 48 article code { background: lemonchiffon; padding: 0 0.2em; }
55 article pre { border: 1px solid var(--border-color); padding: 1em; line-height: 140%; text-wrap: nowrap; overflow-x: auto; } 49 article pre { border: 1px solid var(--border-color); padding: 1em; line-height: 140%; text-wrap: nowrap; overflow-x: auto; }
56 article pre > code { background: initial; } 50 article pre > code { background: initial; padding: 0; }
57 51
58 img, video, audio { max-width: 100%; } 52 img, video, audio { max-width: 100%; }
59 figure { display: flex; justify-content: center; margin: 1.5em 0; } 53 figure { display: flex; justify-content: center; margin: 1.5em 0; }