From 8032c7dc81c8c2833f930dd5e59ce96abdb1048a Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sun, 31 Jan 2021 10:04:59 +0100 Subject: [PATCH] [THEME] Add a wrap class, for logo --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 5f3c40f..79676bb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -523,6 +523,10 @@ a:focus { .article-body figure.logo { display: inline-block; } +.article-body figure.wrap { + float: left; + margin: 0.7em 1em; +} .article-body figure.inline { display: inline-block; } @@ -530,6 +534,7 @@ a:focus { width: 100%; max-width: 100px; vertical-align: bottom; + padding: 0; } .article-body figure.border img { padding: 0.3rem;