mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 15:56:15 +02:00
💄 fix(style): prevent videos from overflowing container
This commit is contained in:
parent
28fb52581f
commit
dac7f2cac2
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@ strong {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.center-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue