Add files via upload

This commit is contained in:
Fernando Méndez 2021-06-07 12:56:31 +02:00 committed by GitHub
parent 3e5e670e30
commit f852fb292c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -380,9 +380,9 @@
}
.code.cinemas img {
margin: 0.7em 0 0.2em 0;
width: 200px;
height: 115px;
display: block;
width: 100%;
height: 119px;
display: inline-block;
margin-left: auto;
margin-right: auto;
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;

View File

@ -375,9 +375,9 @@ main img {
}
.code.cinemas img {
margin: 0.7em 0 0.2em 0;
width: 200px;
height: 115px;
display: block;
width: 100%;
height: 119px;
display: inline-block;
margin-left: auto;
margin-right: auto;
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;

View File

@ -224,7 +224,7 @@ CREATE TABLE `purchase` (
--
--
-- Volcado de datos para la tabla `promotion`
-- Volcado de datos para la tabla `purchase`
--
INSERT INTO `purchase` (`iduser`, `idsession`, `idhall`, `idcinema`, `numrow`, `numcolum`, `time_purchase`) VALUES