💄 fix(style): prevent videos from overflowing container (#185)

main
Donovan Glover 1 year ago committed by GitHub
parent f7d6076620
commit 317a1d1645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -238,6 +238,10 @@ strong {
text-align: center;
}
video {
max-width: 100%;
}
.center-content {
display: flex;
flex-direction: column;

Loading…
Cancel
Save