From cc54bbd41485318bc9a6b9fc05d1e9cd605d83bb Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 31 May 2018 07:31:15 +0400 Subject: Added container styles Signed-off-by: Valentin Popov --- _scss/_custom.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3