X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b0fadf2591f3af957c1c8e0307d0bcef9e9f8538..f4e9d89859fd521ec9eeb1f94f9caa374ef86960:/src/wolnelektury/static/2022/styles/pages/_homepage.scss diff --git a/src/wolnelektury/static/2022/styles/pages/_homepage.scss b/src/wolnelektury/static/2022/styles/pages/_homepage.scss index 290f14278..433514675 100644 --- a/src/wolnelektury/static/2022/styles/pages/_homepage.scss +++ b/src/wolnelektury/static/2022/styles/pages/_homepage.scss @@ -365,7 +365,6 @@ font-size: 0; display: flex; - align-items: center; justify-content: center; @include rwd($break-flow) { display: block; @@ -374,8 +373,10 @@ a { display: block; img { - min-width: 240px; - max-width: 100%; + width: 100%; + @include rwd($break-flow) { + width: 240px; + } } } } @@ -384,11 +385,7 @@ .p-homepage-prapremiera__box__content { width: 100%; - margin-top: 25px; - @include rwd($break-flow) { - //width: 385px; - margin-top: 0; // ? - } + margin-top: 0; h4 { margin-top: 0;