aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-19 18:08:15 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-19 18:08:15 +0100
commit54b98a4da47ac332827f9f8186256881575b3d76 (patch)
treebe489b2477a4d5e916ac18a91f6a869c74d20cc6
parent052033b521dafc77b7c97aacf43b028bdbd086b5 (diff)
downloadvericert-docs-54b98a4da47ac332827f9f8186256881575b3d76.tar.gz
vericert-docs-54b98a4da47ac332827f9f8186256881575b3d76.zip
Fix font size of figure captions
-rw-r--r--assets/_custom.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/_custom.scss b/assets/_custom.scss
index 9bd2eac..7e4ecc6 100644
--- a/assets/_custom.scss
+++ b/assets/_custom.scss
@@ -60,3 +60,7 @@ img {
margin: 1em auto;
display: block;
}
+
+figcaption {
+ font-size: 0.875em;
+}