From b10a19c40538101d60469022b2c37e9167152557 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 6 Mar 2021 18:58:19 +0100 Subject: Make calendar thinner --- images/calendar.svg | 2 +- stylesheets/index.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/calendar.svg b/images/calendar.svg index 1c2ec99..d66e52a 100644 --- a/images/calendar.svg +++ b/images/calendar.svg @@ -1,2 +1,2 @@ - + diff --git a/stylesheets/index.css b/stylesheets/index.css index c556b27..0949e5a 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -26,9 +26,9 @@ main { #next-concert { position: absolute; - bottom: 4%; - height: 20ex; - width: 10em; + bottom: 2%; + height: 10em; + width: 11em; text-align: center; background: no-repeat center/contain url('/images/calendar.svg'); } @@ -42,12 +42,12 @@ main { #next-concert p { position: relative; - top: 48%; + top: 32%; margin: 0; color: #eee; + text-transform: uppercase; } #next-concert #day { - font-size: 180%; font-weight: bold; } -- cgit v1.2.3