summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--images/calendar.svg2
-rw-r--r--stylesheets/index.css10
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 @@
<!-- Adapted from <https://feathericons.com>. -->
-<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#eee" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="0.3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar"><rect x="3" y="4" width="18" height="12" rx="2" ry="2"></rect><line x1="15" y1="3" x2="15" y2="5"></line><line x1="9" y1="3" x2="9" y2="5"></line><line x1="3" y1="7" x2="21" y2="7"></line></svg>
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;
}