From fa7d97e2cc9c32eb97ce57f10d6ded499edd0e7f Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 8 Feb 2021 21:54:24 +0100 Subject: [PATCH] [THEME] Fix figure.logo size --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index efeaae1..5c244ab 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -533,6 +533,7 @@ a:focus { } .article-body figure.logo { display: inline-block; + min-width: auto; } .article-body figure.wrap { float: left; @@ -544,6 +545,7 @@ a:focus { .article-body figure.logo img { width: 100%; max-width: 100px; + min-width: auto; vertical-align: bottom; padding: 0; }