From 7784eab91b17a8c74cd79eb15303d09842b2d91c Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 1 Dec 2022 13:48:02 +0100 Subject: [PATCH] Sponsor pages fix --- src/wolnelektury/static/2022/styles/local.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/wolnelektury/static/2022/styles/local.scss b/src/wolnelektury/static/2022/styles/local.scss index 1dea8ca03..aac3990f0 100644 --- a/src/wolnelektury/static/2022/styles/local.scss +++ b/src/wolnelektury/static/2022/styles/local.scss @@ -57,12 +57,16 @@ $teal: #007880; .sponsors-column-name { font-weight: $regular; @include font-size(18px); - line-height: 150%; + line-height: 115%; + height: 62px; + margin: 0; text-align: center; color: #474747; + display: flex; + align-items: center; } .sponsor-logos { - height: 120px; + height: 140px; overflow: hidden; a { margin-top: 20px; -- 2.20.1