X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/aed70facf3a26e27b1a96b04cad8139de600e42f..811c2c30277f11cc7a35a347a74e4112f97569ac:/src/wolnelektury/static/2022/styles/layout/_footer.scss?ds=inline diff --git a/src/wolnelektury/static/2022/styles/layout/_footer.scss b/src/wolnelektury/static/2022/styles/layout/_footer.scss index 046cc5adb..fd4a53ad9 100644 --- a/src/wolnelektury/static/2022/styles/layout/_footer.scss +++ b/src/wolnelektury/static/2022/styles/layout/_footer.scss @@ -26,9 +26,18 @@ justify-content: space-between; } - &:nth-child(1) { + a { + color: #85C7CC; + &:hover { + color: #85C7CC; + text-decoration: underline; + } + } + + &:nth-child(1) { padding-bottom: 25px; border-bottom: 1px solid #007880; + align-items: flex-start; } &:nth-child(2) { @@ -61,13 +70,6 @@ } } - a { - color: #85C7CC; - &:hover { - color: #85C7CC; - text-decoration: underline; - } - } } } @@ -83,16 +85,13 @@ font-size: 14x; line-height: 150%; @include rwd($break-footer) { - font-size: 21px; + font-size: unset; } } &:nth-of-type(1) { margin-left: 0; margin-right: auto; - @include rwd($break-footer) { - margin-left: 90px; - } } &:nth-of-type(2) {