diff options
| author | WindowsAddict | 2024-04-12 03:05:28 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-04-12 03:05:28 +0000 |
| commit | 85a27923c728db442c8b28200f591479c4b93875 (patch) | |
| tree | 851385b8416c334e320aed4b08424681d1dc9ba9 /src/components/HomepageFeatures/styles.module.css | |
| parent | 264b3db2d3525719bf6993031bf671e6e3d4bf9c (diff) | |
| download | massgrave.dev-85a27923c728db442c8b28200f591479c4b93875.zip | |
Move to Docusaurus
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; +} |
