diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index c9ff821..5f27970 100644 --- a/static/style.css +++ b/static/style.css @@ -242,6 +242,10 @@ figure { margin: 2rem auto;
}
+figure img:not(:first-child) {
+ margin-top: 2rem;
+}
+
figcaption {
font-style: italic;
color: rgb(177, 177, 177);
|