Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-24 17:02:40 +02:00
committed by GitHub
parent 7587548296
commit 895526114a
7 changed files with 105 additions and 14 deletions

View File

@ -361,6 +361,15 @@
.code.cinemas {
height: 200px;
}
.code.promo img {
margin: 0.1em 0 0.8em 0;
width: 30%;
height: 10%;
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
}
.code.purchase {
text-align: center;
}

View File

@ -359,6 +359,15 @@ main img {
.code.cinemas {
height: 200px;
}
.code.promo img {
margin: 0.1em 0 0.8em 0;
width: 30%;
height: 10%;
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
}
.code.purchase {
text-align: center;
}