From 9f5aff780859f09cf80a7d2c749ad25f9f52dd7b Mon Sep 17 00:00:00 2001 From: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Date: Sat, 21 Dec 2024 03:59:32 +0000 Subject: [PATCH] Added padding to the Video Player Co-authored-by: Sonal Gaud <82362774+sonalgaud12@users.noreply.github.com> Signed-off-by: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> --- site/src/App.style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/App.style.js b/site/src/App.style.js index 0fb51a4..8c31813 100644 --- a/site/src/App.style.js +++ b/site/src/App.style.js @@ -214,6 +214,7 @@ export const Main = styled.main` margin: 4rem auto; display: flex; justify-content: center; + padding: 30px; } .embedVideo { height: 44vw !important;