From 8c01ce478fc3d93f43262dd5d425d082d50e2aa7 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 6 Dec 2020 23:32:42 +0100 Subject: Make whole calendar clickable --- index.css | 11 +++++++++-- index.html | 8 +++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index 1573745..a4e24cf 100644 --- a/index.css +++ b/index.css @@ -13,13 +13,20 @@ main { } #next-concert a { + display: inline-block; + width: 100%; + height: 100%; + text-decoration: none; +} + +#next-concert p { position: relative; top: 48%; + margin: 0; color: #eee; - text-decoration: none; } -#next-concert a #day { +#next-concert #day { font-size: 180%; font-weight: bold; } diff --git a/index.html b/index.html index f5d6dae..8daa69b 100644 --- a/index.html +++ b/index.html @@ -35,9 +35,11 @@
-- cgit v1.2.3