diff --git a/css/react-native.css b/css/react-native.css index 8547254340e..e9d22d1b4f7 100644 --- a/css/react-native.css +++ b/css/react-native.css @@ -1214,3 +1214,11 @@ div[data-twttr-id] iframe { margin: 0; } } + + +@media only screen and (max-device-width: 840px) { + .showcaseSection .inner-content { + width: 100%; + } +} +