From 3f2a572de735ad61624aa15b7d601d5043bdbcdd Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 15 Jul 2015 23:15:31 +0300 Subject: Choose a date title --- client/colors.less | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'client/colors.less') diff --git a/client/colors.less b/client/colors.less index 4256865..026fe05 100644 --- a/client/colors.less +++ b/client/colors.less @@ -83,6 +83,15 @@ body { } } div.dates-wrapper { + h1 { + margin-top: 70px; + text-align: center; + color: black; + font-size: 2.5em; + font-weight: bold; + text-transform: uppercase; + letter-spacing: 0.1em; + } div.dates { display: -webkit-flex; display: flex; @@ -91,13 +100,12 @@ body { -webkit-justify-content: center; justify-content: center; .date { - height: 430px; font-size: 16em; font-weight: bold; color: black; display: inline-block; height: 414px; - margin-top: 60px; + margin-top: 20px; } .month-wrapper { @@ -105,7 +113,7 @@ body { float: left; height: 250px; position: relative; - width: 420px; + width: 390px; -webkit-overflow-scrolling: touch; } @@ -123,7 +131,7 @@ body { float: left; height: 250px; position: relative; - width: 420px; + width: 390px; -webkit-overflow-scrolling: touch; } -- cgit v1.3.1