diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-31 06:31:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-31 06:31:15 +0300 |
commit | cc54bbd41485318bc9a6b9fc05d1e9cd605d83bb (patch) | |
tree | c29c382cbf1806124c986118c80649e3efb7a063 /_scss | |
parent | 070bf44c47547729d8a1f975dcb3f52a865b7588 (diff) | |
download | obs-somafm_current_track-cc54bbd41485318bc9a6b9fc05d1e9cd605d83bb.tar.xz obs-somafm_current_track-cc54bbd41485318bc9a6b9fc05d1e9cd605d83bb.zip |
Added container styles
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss')
-rw-r--r-- | _scss/_custom.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/_scss/_custom.scss b/_scss/_custom.scss index 855239d..fbe8363 100644 --- a/_scss/_custom.scss +++ b/_scss/_custom.scss @@ -16,14 +16,21 @@ } body { + background-color: transparent; font-family: 'Roboto', sans-serif; font-size: 16px; - padding: 8px; +} + +.container { + bottom: 0; + position: absolute; + width: 100%; } .message-item { background-color: rgba(21, 27, 38, .8); letter-spacing: .05em; + margin: 1em; padding: 1em; @include animation-duration(1s); |