Add files via upload

This commit is contained in:
Fernando Méndez
2021-04-16 12:54:21 +02:00
committed by GitHub
parent 6e168e6682
commit 7593adda47
12 changed files with 535 additions and 20 deletions

View File

@ -316,7 +316,7 @@ table a{
height: 250px;
}
.code.showtimes{
height: 550px;
height: 600px;
}
@ -507,6 +507,12 @@ textarea {
.verify {
font-size: 11px;
}
.verify a {
color: #1f2c3d;
}
.verify a:hover {
color: rgb(138, 150, 32);
}
#submit {
width: 100%;