Add files via upload

This commit is contained in:
Fernando Méndez 2021-05-21 09:19:01 +02:00 committed by GitHub
parent 038de91627
commit 0b38e804f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 68 additions and 59 deletions

View File

@ -337,9 +337,13 @@
height: 250px; height: 250px;
} }
.code.showtimes{ .code.showtimes{
height: 600px; height: 500px;
}
.code.showtimes p{
height: 5em;
overflow-x: auto;
overflow-y: auto;
} }
/* BlockQuotes */ /* BlockQuotes */
.blockquote { .blockquote {

View File

@ -336,7 +336,12 @@ main img {
height: 250px; height: 250px;
} }
.code.showtimes{ .code.showtimes{
height: 600px; height: 500px;
}
.code.showtimes p{
height: 5em;
overflow-x: auto;
overflow-y: auto;
} }