summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/style.css b/style.css
index a3faba9..2be182c 100644
--- a/style.css
+++ b/style.css
@@ -11,7 +11,13 @@ body {
fill: #eee;
}
+#container {
+ width: 100vw;
+ height: 100vh;
+}
+
#timeline {
position: absolute;
- top: 0px;
+ width: 50vw;
+ bottom: 0px;
}