fix: unavailable CSS properties

This commit is contained in:
relikd
2024-02-29 01:04:12 +01:00
parent 937ce16c3a
commit 93f16e2dc9

View File

@@ -73,7 +73,7 @@ h4 {
/* Single-item page */
.single {
display: block;
width: unset;
width: initial;
}
.itunes {
max-width: 600px;
@@ -90,7 +90,7 @@ h4 {
margin: 8px;
}
.itunes p {
white-space: break-spaces;
white-space: pre-wrap;
}
/* Pagination */