From fe3a80cf636d8b6a02ad7aa8bda2ee49a7a00e46 Mon Sep 17 00:00:00 2001 From: r Date: Wed, 28 Apr 2021 14:21:06 +0200 Subject: [PATCH] change textsize of captions --- lumbung.space/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lumbung.space/index.html b/lumbung.space/index.html index 32afbbd..1865457 100644 --- a/lumbung.space/index.html +++ b/lumbung.space/index.html @@ -24,7 +24,10 @@ img{max-width:100%;} p{max-width:60ch;} #more {display: none;} - figcaption{text-align:center} + figcaption{ + text-align:center; + font-size:12px + } button{ background: none!important; @@ -41,6 +44,7 @@ body, button { font-size:14px; } + figcaption{font-size:10px} p{padding:0 10%;} }