forked from deepStateMirrors/tabi
💄 fix(style): prevent videos from overflowing container (#185)
This commit is contained in:
parent
f7d6076620
commit
317a1d1645
1 changed files with 4 additions and 0 deletions
|
|
@ -238,6 +238,10 @@ strong {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.center-content {
|
.center-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue