summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/style.css b/style.css
index 2be182c..bd1cb01 100644
--- a/style.css
+++ b/style.css
@@ -11,13 +11,20 @@ body {
fill: #eee;
}
-#container {
+#wrapper {
+ display: flex;
width: 100vw;
height: 100vh;
+ flex-direction: column;
+}
+
+#container {
+ position: relative;
+ overflow: hidden;
+ flex-grow: 1;
}
-#timeline {
- position: absolute;
- width: 50vw;
- bottom: 0px;
+#toolbar {
+ background: #eee;
+ padding: 1em;
}