diff options
| author | shu <nvcsadjkojf@outlook.com> | 2026-09-05 21:00:19 +0800 |
|---|---|---|
| committer | shu <nvcsadjkojf@outlook.com> | 2026-09-05 21:00:19 +0800 |
| commit | efb449041e030c8d9ec06a4f4cfbf5554c868a93 (patch) | |
| tree | fb9bdd23a9c4a71d54daa2b5a854a6e5082063f3 /src/components/HomepageFeatures/styles.module.css | |
init commit
Diffstat (limited to 'src/components/HomepageFeatures/styles.module.css')
| -rw-r--r-- | src/components/HomepageFeatures/styles.module.css | 11 |
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 0000000..b248eb2 --- /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; +} |
