Skip to content

Instantly share code, notes, and snippets.

@Fischaela
Created August 9, 2016 19:55
Show Gist options
  • Select an option

  • Save Fischaela/38fcbe4269370afed0614bfb9a679e13 to your computer and use it in GitHub Desktop.

Select an option

Save Fischaela/38fcbe4269370afed0614bfb9a679e13 to your computer and use it in GitHub Desktop.
@media screen and (max-width: 599px) {
td.episode_description {
width: 60%;
word-break: break-word;
}
.archive_episode_row {
border-top: 1px solid #DDDDDD;
display: flex;
flex-wrap: wrap;
padding: 32px 0;
}
tr.archive_episode_row td {
padding: 0;
}
.archive_episode_row td.episode_description {
padding: 0;
width: 100%;
word-break: break-word;
}
.archive_episode_row .episode_icon {
padding-bottom: 32px;
width: 40%;
}
.episode_icon img {
width: 100%;
height: auto;
}
.entry-content td {
border-top: none;
padding: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment