images in partners
authorJan Szejko <janek37@gmail.com>
Wed, 10 May 2017 11:54:41 +0000 (13:54 +0200)
committerJan Szejko <janek37@gmail.com>
Wed, 10 May 2017 12:08:44 +0000 (14:08 +0200)
emels/static/css/entry.css
emels/static/css/entry.scss

index ac84ee4..4226ad9 100644 (file)
   color: #96928b; }
 .entry-news .author {
   font-weight: bold; }
+
+.partners img {
+  width: 150px;
+  margin-right: 20px;
+  vertical-align: top; }
+.partners p {
+  display: inline-block; }
+.partners div {
+  display: inline-block;
+  width: 600px;
+  vertical-align: top;
+  text-align: justify; }
+
+/*# sourceMappingURL=entry.css.map */
index e7062dc..2552376 100644 (file)
         font-weight: bold;
     }
 }
+
+.partners {
+    img {
+        width: 150px;
+        margin-right: 20px;
+        vertical-align: top;
+    }
+    p {
+        display: inline-block;
+    }
+    div {
+        display: inline-block;
+        width: 600px;
+        vertical-align: top;
+        text-align: justify;
+    }
+}