Naming, footer, layout fixes.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / pages / _homepage.scss
index 290f142..4335146 100644 (file)
     font-size: 0;
 
     display: flex;
-    align-items: center;
     justify-content: center;
     @include rwd($break-flow) {
         display: block;
     a {
       display: block;
       img {
-        min-width: 240px;
-        max-width: 100%;
+          width: 100%;
+          @include rwd($break-flow) {
+              width: 240px;
+          }
       }
     }
   }
 .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;