diff --git a/src/components/TalkingPointContainer.svelte b/src/components/TalkingPointContainer.svelte index 03d5ecb..b809667 100644 --- a/src/components/TalkingPointContainer.svelte +++ b/src/components/TalkingPointContainer.svelte @@ -9,4 +9,13 @@ grid-template-columns: 30% auto; grid-template-rows: auto; } + + @media only screen + and (max-device-width: 900px) + and (orientation: portrait) { + .talkingPointContainer { + grid-template-columns: auto; + grid-template-rows: 115px auto; + } + }