X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0eedef1eafceaaa3f4f78b014236bf642be2807b..f0d9161da1b3fe4d3a528f95df30e26d221f73d4:/src/wolnelektury/static/2022/styles/components/_support.scss diff --git a/src/wolnelektury/static/2022/styles/components/_support.scss b/src/wolnelektury/static/2022/styles/components/_support.scss index 45d425f86..76ff590a6 100644 --- a/src/wolnelektury/static/2022/styles/components/_support.scss +++ b/src/wolnelektury/static/2022/styles/components/_support.scss @@ -37,6 +37,10 @@ $darkteal: #083F4D; margin: 0; font-size: 0; position: relative; + + img { + width: 270px; + } } a { @@ -50,12 +54,12 @@ $darkteal: #083F4D; justify-content: center; text-align: center; padding: 12px 22px 14px 28px; - background: $green; + background: $color-yellow; border-radius: 5px; transition: all $ease-dynamic 350ms; &:hover { - background: $color-yellow; + background: $green; } } }