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
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/pools.json
src/resources/mining-pools/*
src/resources/*.mp4
# environment config
mempool-frontend-config.json

View File

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