another CSS Fix
This commit is contained in:
parent
dc01beac8c
commit
016f8b91b1
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ form {
|
|||
|
||||
video {
|
||||
width: 900px;
|
||||
max-width: 90vw;
|
||||
max-width: 90vmin;
|
||||
}
|
||||
|
||||
.video img {
|
||||
|
@ -165,7 +165,7 @@ textarea {
|
|||
position: relative;
|
||||
top: -40px;
|
||||
width: 893px;
|
||||
max-width: 89vw;
|
||||
max-width: 89vmin;
|
||||
}
|
||||
|
||||
.progressbar>div {
|
||||
|
|
Loading…
Reference in a new issue