More banners and stats.
[wolnelektury.git] / src / annoy / static / annoy / banner.scss
index c9ddd2d..e0e0f62 100644 (file)
 
 .dynamic-insert {
     background: orange;
+    margin: 1em 0;
 
     &.with-image {
         min-height: 120px;
         .text {
             padding: 2em;
             flex: 1;
+            align-self: center;
         }
         img {
             border-radius: 100%;
             margin: 1em;
+            align-self: center;
         }
     }
 }