Created
August 9, 2016 19:55
-
-
Save Fischaela/38fcbe4269370afed0614bfb9a679e13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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