aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/components/HomepageFeatures/styles.module.css
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-02-25 23:55:39 +0000
committerEllie Huxtable <ellie@elliehuxtable.com>2023-02-25 23:55:39 +0000
commite660a4d4fe52f09197d75b329a9b74e2d67850af (patch)
tree430ce4363b43e0640e8321ddd95f18e431a162f8 /docs/src/components/HomepageFeatures/styles.module.css
parentI think the link checker gets it wrong sometimes (diff)
downloadatuin-e660a4d4fe52f09197d75b329a9b74e2d67850af.zip
More fixes :)
Diffstat (limited to 'docs/src/components/HomepageFeatures/styles.module.css')
-rw-r--r--docs/src/components/HomepageFeatures/styles.module.css10
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;
+ }
+}