aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 5fb7023..4c43811 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -129,15 +129,15 @@
129 margin-inline-end: 0; 129 margin-inline-end: 0;
130 } 130 }
131 131
132 figure img {
133 }
134
135 figcaption { 132 figcaption {
133 width: 800px;
134 max-width: 100%;
136 text-align: center; 135 text-align: center;
137 } 136 }
138 137
139 figcaption p { 138 figcaption p {
140 margin: 0.3em 0 0 0; 139 margin: 0.3em 0 1.5em 0;
140 font-style: italic;
141 } 141 }
142 142
143 img, video, audio { 143 img, video, audio {