summaryrefslogtreecommitdiff
path: root/stylesheets/index.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-06 18:58:19 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-06 18:58:19 +0100
commitb10a19c40538101d60469022b2c37e9167152557 (patch)
tree40980f582d24213bf6fbcee41a4777db31c11482 /stylesheets/index.css
parentca60a47d570b86562be384477e84d4b4fc9dc968 (diff)
downloadquatuorbellefeuille.com-b10a19c40538101d60469022b2c37e9167152557.tar.xz
Make calendar thinner
Diffstat (limited to 'stylesheets/index.css')
-rw-r--r--stylesheets/index.css10
1 files changed, 5 insertions, 5 deletions
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;
}