Fix banner image sizing.
[wolnelektury.git] / src / annoy / static / annoy / banner.scss
index 6d5a872..60744de 100644 (file)
@@ -36,6 +36,7 @@
     img {
         margin: 0;
         align-self: center;
+        width: auto;
         max-height: 40px;
         @media screen and (min-width: 400px) {
             max-height: 60px;
             border-radius: 100%;
             margin: 1em;
             align-self: center;
+           width: 120px;
+           height: 120px;
         }
     }
 }