diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/src/components/HomepageFeatures/styles.module.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/src/components/HomepageFeatures/styles.module.css b/docs/src/components/HomepageFeatures/styles.module.css new file mode 100644 index 00000000..7527f330 --- /dev/null +++ b/docs/src/components/HomepageFeatures/styles.module.css @@ -0,0 +1,17 @@ +.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; +} + |
