From 1412de52443d4885ffc7a92342b12c816d4647f9 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 17 Dec 2022 08:38:01 +0000 Subject: [PATCH] center video grid --- html/main.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/main.ejs b/html/main.ejs index 531093aa..d8cb9568 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -181,6 +181,8 @@ summary:hover{ } .video-grid{ justify-content: center; + margin-left: auto; +margin-right: auto; } .alert { padding: 20px;