summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
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;
}