aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/components/HomepageFeatures/styles.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/components/HomepageFeatures/styles.module.css')
-rw-r--r--docs/src/components/HomepageFeatures/styles.module.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/src/components/HomepageFeatures/styles.module.css b/docs/src/components/HomepageFeatures/styles.module.css
deleted file mode 100644
index c02de402..00000000
--- a/docs/src/components/HomepageFeatures/styles.module.css
+++ /dev/null
@@ -1,27 +0,0 @@
-.features {
- display: flex;
- align-items: center;
- padding: 2rem 0;
- width: 100%;
-}
-
-.featureSvg {
- height: 200px;
- width: 200px;
-}
-
-.whatisfeature {
- background-color: var(--ifm-hero-background-color);
- padding: 2rem;
-}
-
-
-@media screen and (max-width: 996px) {
- .whatisfeatureblock {
- margin-top: 2rem;
- }
-
- .features {
- padding: 0;
- }
-}