Merge pull request #3198 from mempool/simon/about-video-fixes

About page video improvements
This commit is contained in:
softsimon 2023-03-03 14:48:38 +09:00 committed by GitHub
commit 0f077afef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
frontend/.gitignore vendored
View File

@ -54,6 +54,7 @@ src/resources/assets-testnet.json
src/resources/assets-testnet.minimal.json src/resources/assets-testnet.minimal.json
src/resources/pools.json src/resources/pools.json
src/resources/mining-pools/* src/resources/mining-pools/*
src/resources/*.mp4
# environment config # environment config
mempool-frontend-config.json mempool-frontend-config.json

View File

@ -36,6 +36,7 @@
video { video {
width: 640px; width: 640px;
height: 360px;
max-width: 90%; max-width: 90%;
margin-top: 0; margin-top: 0;
} }