From 3fc0ee1b72c12922254533b78695ffa17e7232be Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Sat, 30 Dec 2023 22:24:55 +0900 Subject: initial commit --- src/components/HomepageFeatures/styles.module.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/components/HomepageFeatures/styles.module.css (limited to 'src/components/HomepageFeatures/styles.module.css') 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; +} -- cgit v1.2.3-54-g00ecf