diff --git a/src/components/Tabs/Tabs.module.scss b/src/components/Tabs/Tabs.module.scss index fec806c2..dc28e4bd 100644 --- a/src/components/Tabs/Tabs.module.scss +++ b/src/components/Tabs/Tabs.module.scss @@ -10,7 +10,7 @@ background-color: var(--colour-core-lightest); flex-direction: column; - @media screen and (min-width: 480px) { + @media screen and (width >= 480px) { flex-direction: row; } }