X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/592c9401b18118e01de250d44878b9289b138f9c..d8a368e376f9f50ff0e3714ef716df548e86bd7f:/src/wolnelektury/static/2022/styles/local.scss diff --git a/src/wolnelektury/static/2022/styles/local.scss b/src/wolnelektury/static/2022/styles/local.scss index a8185cd6b..46626e6f3 100644 --- a/src/wolnelektury/static/2022/styles/local.scss +++ b/src/wolnelektury/static/2022/styles/local.scss @@ -37,3 +37,39 @@ $teal: #007880; content: $icon-mute; } } + + +.sponsors-page { + display: flex; + justify-content: space-between; + margin-top: 48px; + + @include rwd(tablet) { + flex-wrap: wrap; + } + + .sponsors-column { + margin: 1em 40px; + display: flex; + flex-direction: column; + align-items: center; + font-size: 0; + .sponsors-column-name { + font-weight: $regular; + @include font-size(18px); + line-height: 150%; + text-align: center; + color: #474747; + } + .sponsor-logos { + height: 120px; + overflow: hidden; + a { + margin-top: 20px; + display: block; + width: 120px; + height: 120px; + } + } + } +}