From 59f5003d0a9b45ce25021f048404eebcbcd556e1 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 5 Nov 2022 19:55:14 +0100 Subject: [PATCH] justify content center --- html/main.ejs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/main.ejs b/html/main.ejs index 37c9e218..a2392ff1 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -179,7 +179,9 @@ summary:hover{ font-size: initial; margin-bottom: 0px; } - + .video-grid{ + justify-content: center; + } .alert { padding: 20px; background-color: #f44336;