diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/src/components/HomepageFeatures/styles.module.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/components/HomepageFeatures/styles.module.css b/docs/src/components/HomepageFeatures/styles.module.css index 7527f330..c02de402 100644 --- a/docs/src/components/HomepageFeatures/styles.module.css +++ b/docs/src/components/HomepageFeatures/styles.module.css @@ -15,3 +15,13 @@ padding: 2rem; } + +@media screen and (max-width: 996px) { + .whatisfeatureblock { + margin-top: 2rem; + } + + .features { + padding: 0; + } +} |
