diff options
Diffstat (limited to 'stylesheets/index.css')
| -rw-r--r-- | stylesheets/index.css | 10 |
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; } |
