💄 fix(style): prevent videos from overflowing container (#185)
This commit is contained in:
@@ -238,6 +238,10 @@ strong {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.center-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Reference in New Issue
Block a user