💄 fix(style): prevent videos from overflowing container

This commit is contained in:
Donovan Glover 2023-10-02 18:39:28 -04:00
parent 28fb52581f
commit dac7f2cac2
No known key found for this signature in database
GPG key ID: EA7408A77AE1BE65

View file

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