diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/colors.less | 16 | ||||
| -rw-r--r-- | client/templates/dates.html | 1 |
2 files changed, 13 insertions, 4 deletions
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; } diff --git a/client/templates/dates.html b/client/templates/dates.html index b041b1f..7862369 100644 --- a/client/templates/dates.html +++ b/client/templates/dates.html @@ -1,5 +1,6 @@ <template name="dates"> <div class="dates-wrapper"> + <h1>Choose a date</h1> <div class="dates"> <div class="date"> <div class="month-wrapper"> |
