summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-06 23:32:42 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-06 23:33:17 +0100
commit8c01ce478fc3d93f43262dd5d425d082d50e2aa7 (patch)
tree8b1348563b335691e73f893f92337da37b8ab739 /index.css
parent8fcb1b8e6d6481d582f63879df5035b2c22bdf21 (diff)
downloadquatuorbellefeuille.com-8c01ce478fc3d93f43262dd5d425d082d50e2aa7.tar.xz
Make whole calendar clickable
Diffstat (limited to 'index.css')
-rw-r--r--index.css11
1 files changed, 9 insertions, 2 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;
}