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 {
|
video {
|
||||||
width: 900px;
|
width: 900px;
|
||||||
max-width: 90vw;
|
max-width: 90vmin;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video img {
|
.video img {
|
||||||
|
@ -165,7 +165,7 @@ textarea {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -40px;
|
top: -40px;
|
||||||
width: 893px;
|
width: 893px;
|
||||||
max-width: 89vw;
|
max-width: 89vmin;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progressbar>div {
|
.progressbar>div {
|
||||||
|
|
Loading…
Reference in a new issue