"read more" style
[emels.git] / emels / static / css / entry.scss
index eaa7559..e7062dc 100644 (file)
@@ -4,6 +4,13 @@
     .toolbar .social a {
         margin-right: 30 * $px;
     }
+    .more {
+        float: right;
+        a {
+            margin-right: 20 * $px;
+            color: #96928b;
+        }
+    }
 }
 
 .entry-news {
     .author {
         font-weight: bold;
     }
-    .more {
-        a {
-            margin-right: 20 * $px;
-            color: #96928b;
-        }
-    }
 }