From 59c685a27bfaea5bd2e27ca8098695a2b9724e03 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;