Larger text.
[prawokultury.git] / prawokultury / static / css / entry.scss
index eab5c8c..459e832 100644 (file)
@@ -17,7 +17,7 @@
     h1, h2 {
         margin: 0;
         color: #01519a;
-        font-size: 1.3em;
+        font-size: 1.4em;
 
         a {
             color: #01519a;
@@ -29,7 +29,7 @@
     }
 
     .entry-data {
-        font-size: 1.3em;
+        font-size: 1.4em;
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .date {
     }
 
     .lead {
-        font-size: 1.3em;
+        font-size: 1.4em;
     }
 
     .body {
-        font-size: 1.3em;
+        font-size: 1.4em;
     }
 
     .lead h2,
     h1 {
         font-size: 2em;
     }
+
+    img.entry-picture {
+        margin-top: 1.5em;
+    }
 }
 
 .entry-wrapped img.entry-picture {
     float: left;
-    margin: 1.5em 1.5em 1em 0;
+    margin: 0 1.5em 1em 0;
 }
 
 .entry-wrapped .lead ul {