From 7b9e239d2eac72b5b7f97c9f135853eaa8f0afa0 Mon Sep 17 00:00:00 2001 From: Alexander Surma Date: Tue, 30 Jun 2015 21:44:21 +0100 Subject: [PATCH] Fix card meta alignments (fixes #561) --- templates/blog/index.html | 4 ++-- templates/blog/styles.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/blog/index.html b/templates/blog/index.html index 0e392677..b0a26b8e 100644 --- a/templates/blog/index.html +++ b/templates/blog/index.html @@ -44,7 +44,7 @@ -
+
@@ -66,7 +66,7 @@ +1,337
-
+
The Newist
diff --git a/templates/blog/styles.css b/templates/blog/styles.css index a626dd94..dfd6d57d 100644 --- a/templates/blog/styles.css +++ b/templates/blog/styles.css @@ -92,7 +92,7 @@ main.mdl-layout__content { padding: 16px; display: flex; flex-direction: row; - align-items: center !important; + align-items: center ; justify-content: flex-start; height: auto; } @@ -104,7 +104,7 @@ main.mdl-layout__content { font-size: 2em; cursor: pointer; } -.mdl-card:nth-child(2n) .meta { +.demo-blog .mdl-card .meta.meta--fill { justify-content: space-between; } .meta > *:first-child {