about summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 43ae13d..76adc92 100644
--- a/style.css
+++ b/style.css
@@ -6,6 +6,13 @@ body {
   height: 100vh;
   font-family: sans-serif;
 }
+body * {
+  margin: 0 auto;
+}
+video {
+  display: block;
+  max-width: 58vw;
+}
 h1, h3 {
   width: 58vw;
   margin: auto;