diff options
author | hellekin <hellekin@cepheide.org> | 2018-06-23 14:09:24 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-06-23 14:09:24 +0200 |
commit | b6b3fb656af8b9f8fdc724b1e21af0c9c87e26de (patch) | |
tree | 3450730b2a61dc2a721b56cc37b87a6d19be9f83 /assets | |
parent | fb1a4fecb0b617e26c7318d6be064766a71dce7a (diff) | |
download | hacklab.brussels-b6b3fb656af8b9f8fdc724b1e21af0c9c87e26de.tar.gz |
Make the calendar more legible
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/screen.css | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index fe7a36d..a0f8f68 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -6,12 +6,9 @@ html { body { position: absolute; - top: 0; - left: 0; - right: 0; margin: 0; width: 100%; - background-image:url("/assets/ashley_2219.png"); + background-image:url("../img/ashley_2219.png"); background-repeat: no-repeat; background-position: center center; } @@ -21,19 +18,19 @@ header h1 { } main { - margin: 0 auto; + margin: 2rem auto; max-width: 42rem; } -aside { - margin: 0 auto; - max-width: 42rem; +#act { + background-color: rgba(255,255,255,0.5); + margin-bottom: 3rem; + padding: 0.25rem 1rem; + border-radius: 1rem; + border-bottom-left-radius: 0; } - -div#act { +aside { margin: 0 auto; max-width: 42rem; - margin-bottom: 50px; } - |