diff options
Diffstat (limited to 'src/web/index.css')
| -rw-r--r-- | src/web/index.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/web/index.css b/src/web/index.css index a93ea47..b5647b1 100644 --- a/src/web/index.css +++ b/src/web/index.css @@ -1,4 +1,11 @@ body { padding: 0; margin: 0; + width: 100vw; + height: 100vh; +} + +#timeline { + display: block; + height: 100%; } |