About page video improvements

This commit is contained in:
softsimon 2023-03-03 10:58:02 +09:00
parent 0382f11052
commit 0846f346ee
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
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;
} }