Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-24 14:07:18 +02:00
committed by GitHub
parent 6625d9787a
commit 7587548296
5 changed files with 55 additions and 4 deletions

View File

@ -357,7 +357,10 @@
}
.code.showtimes:hover {
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
}
.code.cinemas {
height: 200px;
}
.code.purchase {
text-align: center;
}

View File

@ -356,6 +356,9 @@ main img {
.code.showtimes:hover {
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
.code.cinemas {
height: 200px;
}
.code.purchase {
text-align: center;
}