diff --git a/style.css b/style.css index 331e0671..d17d7983 100644 --- a/style.css +++ b/style.css @@ -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 */