aboutsummaryrefslogtreecommitdiff
path: root/_scss/_custom.scss
diff options
context:
space:
mode:
Diffstat (limited to '_scss/_custom.scss')
-rw-r--r--_scss/_custom.scss9
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);