another CSS Fix

This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent dc01beac8c
commit 016f8b91b1

View file

@ -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 {