aboutsummaryrefslogtreecommitdiff
path: root/src/components/HomepageFeatures/styles.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/HomepageFeatures/styles.module.css')
-rw-r--r--src/components/HomepageFeatures/styles.module.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css
new file mode 100644
index 00000000..b248eb2e
--- /dev/null
+++ b/src/components/HomepageFeatures/styles.module.css
@@ -0,0 +1,11 @@
+.features {
+ display: flex;
+ align-items: center;
+ padding: 2rem 0;
+ width: 100%;
+}
+
+.featureSvg {
+ height: 200px;
+ width: 200px;
+}