logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 6b78b355abb220ce4254f70f6512dd50d108ff38
parent dead981dc8b69b724c694395e6f4049826ae338f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  5 Jan 2020 04:28:59 +0100

index.css: make inline thumbnail larger

Diffstat:

Mcss/index.css3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/css/index.css b/css/index.css @@ -75,9 +75,10 @@ dl.list dt { .right { float: right; } img.thumb_inline { - max-height: 12.5ch; + max-height: 40ch; max-width: 40em; object-fit: contain; + margin: 0.5em; } /* ids */