From 7c9d2b9167212c6d3dcff5db6c6d1abd3fe748da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 23 Jun 2020 13:18:03 +0200 Subject: [PATCH] entrouvert: center logos of references --- static/entrouvert/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/entrouvert/_custom.scss b/static/entrouvert/_custom.scss index 02342ba4..43df3eb3 100644 --- a/static/entrouvert/_custom.scss +++ b/static/entrouvert/_custom.scss @@ -181,6 +181,7 @@ div.references div.references-item div.references-item-image { min-width: 160px; box-sizing: content-box; padding: 20px 20px 0 0; + text-align: center; @media screen and (max-width: $nav-mobile-limit) { padding: 0; }