From 5d2caf23e08e0cfbe10661db2ac84f661f5604b4 Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Mon, 15 Jan 2024 13:57:01 +0200 Subject: [PATCH] Center videos horizontally --- .../app/content/content-video/content-video.component.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects/chronomaps/src/app/content/content-video/content-video.component.less b/projects/chronomaps/src/app/content/content-video/content-video.component.less index e69de29..30cc0c7 100644 --- a/projects/chronomaps/src/app/content/content-video/content-video.component.less +++ b/projects/chronomaps/src/app/content/content-video/content-video.component.less @@ -0,0 +1,7 @@ +:host { + & > div { + display: flex; + flex-flow: row; + justify-content: center; + } +} \ No newline at end of file