summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-05 01:44:27 +0200
committerAki <please@ignore.pl>2021-04-05 01:44:27 +0200
commit2464b281d9cdfe2902c526db0357fd89a0177690 (patch)
treed84f0bd1950656cb1effc9f92544872ed7a29be7 /style.css
parentc46a51bf6f1da139663615a892e6eb9fb643cc4e (diff)
downloadderelict-prototype-2464b281d9cdfe2902c526db0357fd89a0177690.zip
derelict-prototype-2464b281d9cdfe2902c526db0357fd89a0177690.tar.gz
derelict-prototype-2464b281d9cdfe2902c526db0357fd89a0177690.tar.bz2
Prepared parts of code for clean-up
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;
}