diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css index 8962172b8..e6b61be59 100644 --- a/website/src/react-native/css/react-native.css +++ b/website/src/react-native/css/react-native.css @@ -1013,7 +1013,6 @@ h2 { text-rendering: optimizelegibility; } .docs-prevnext { - min-width: 320px; max-width: 640px; margin: 40px auto; padding-bottom: 20px; } @@ -2048,6 +2047,15 @@ article li { .btn:hover { text-decoration: none !important; } +@media screen and (max-width: 373px) { + .hero .buttons-unit .button { + margin-bottom: 4px; } + + .docs-prevnext .btn { + margin-bottom: 4px; + display: block; + float: none; } } + .video-container { border-radius: 4px; background-clip: padding-box;