From 0846f346eeaeff2d6bcaf355bb745b9dfd8522c4 Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 3 Mar 2023 10:58:02 +0900 Subject: [PATCH] About page video improvements --- frontend/.gitignore | 1 + frontend/src/app/components/about/about.component.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/.gitignore b/frontend/.gitignore index 789881ddd..9c4b5d5e8 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -54,6 +54,7 @@ src/resources/assets-testnet.json src/resources/assets-testnet.minimal.json src/resources/pools.json src/resources/mining-pools/* +src/resources/*.mp4 # environment config mempool-frontend-config.json diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 35df3fc46..2efd2f73b 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -36,6 +36,7 @@ video { width: 640px; + height: 360px; max-width: 90%; margin-top: 0; }