From 1776c8ae7e894aea992de539110ff6d1e18c38fc Mon Sep 17 00:00:00 2001 From: perryharlock Date: Tue, 17 Sep 2013 11:21:57 +0100 Subject: [PATCH] Fix issue with uneven heights of task cards on home page --- public/css/site.css | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/public/css/site.css b/public/css/site.css index bdffa9f..04571bf 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -119,19 +119,10 @@ ul { line-height:37px; margin:26px 0; } -.add-task a { - color:#808080; - min-height:180px; - margin-bottom:20px; -} -.supersize-me { - text-align:center; - font-size:112px; - line-height:97px; - font-weight:bold; - color:#cacaca; -} .task-card a { + color:#808080; + min-height:183px; + margin-bottom:20px; display:block; } .task-card a:hover { @@ -148,6 +139,13 @@ ul { text-align:center; color:#fff; } +.supersize-me { + text-align:center; + font-size:112px; + line-height:97px; + font-weight:bold; + color:#cacaca; +} /* Task details page */