From 6868a132566d5e45465e14c58b6cfbc335dd23fa Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 29 May 2023 01:29:22 +0200 Subject: [PATCH] style: smaller image alt and attrib --- assets/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 1021707..2735c34 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -330,10 +330,11 @@ table.image caption { &__image { border-radius: 5px; + margin-bottom: 3px; } &__image-caption { - font-size: small; + font-size: x-small; text-align: center; margin-bottom: 0px; }