@ -185,9 +185,14 @@ only show up when the screen is wide enough */
display: flex;
}
/* Center sorting options when screen is less than 640px*/
@media screen and (max-width: 640px) {
#sort-options {
margin-right: auto;
/* Hide channel description on mobile */
#channel-description-container {
display: none
@ -52,8 +52,8 @@
</div>
<div class="h-box">
<p><span style="white-space:pre-wrap"><%= channel.description_html %></span></p>
<div class="h-box" id="channel-description-container">
<p id="channel-description"><span style="white-space:pre-wrap"><%= channel.description_html %></span></p>