diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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; } |
