From a6f6e1f01d862ce236b20f39cf0e1291594a4f78 Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Thu, 23 Feb 2023 12:21:28 +0000 Subject: [PATCH] Add video styles --- web/src/styles/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/styles/app.css b/web/src/styles/app.css index 5a1aeab..91c6988 100644 --- a/web/src/styles/app.css +++ b/web/src/styles/app.css @@ -49,3 +49,9 @@ a { a:hover { border-bottom: 1px solid var(--accent); } + +video { + display: block; + height: 720px; + margin: 0 auto; +}