feat: random IPA mode

This commit is contained in:
relikd
2024-02-28 19:44:01 +01:00
parent 39df794f7b
commit 14bb2ca401
3 changed files with 119 additions and 9 deletions

View File

@@ -70,6 +70,29 @@ h4 {
margin: 0 auto;
}
/* Single-item page */
.single {
display: block;
width: unset;
}
.itunes {
max-width: 600px;
margin: 40px auto;
}
.carousel {
display: block;
overflow: auto;
max-height: 350px;
white-space: nowrap;
}
.carousel img {
max-height: 330px;
margin: 8px;
}
.itunes p {
white-space: break-spaces;
}
/* Pagination */
.shortpage {
text-align: center;