Sometimes we talk on the internet about some things. You probably listen to some things on the internet sometimes. We're diff --git a/src/pages/podcasts.module.scss b/src/pages/podcasts.module.scss index 1b6ccb900..649d76c2f 100644 --- a/src/pages/podcasts.module.scss +++ b/src/pages/podcasts.module.scss @@ -6,12 +6,28 @@ .twoColumn { display: grid; - grid-template-columns: repeat(2, calc(50% - 1rem)); grid-gap: 2rem; + grid-template-columns: repeat(2, calc(50% - 1rem)); + + @media (max-width: 760px) { + grid-template-columns: 1fr + } +} + +.bodyText { + @media (max-width: 760px) { + order: 1; + } } .img { width: 100%; + max-width: 350px; + margin: 0 auto; + + @media (max-width: 760px) { + order: 0; + } } .player iframe {