diff options
author | Nick Tchayka <nick@booster.cloud> | 2023-09-05 13:20:16 +0100 |
---|---|---|
committer | Nick Tchayka <nick@booster.cloud> | 2023-09-05 13:20:16 +0100 |
commit | fb6896019a999e939dd7f12196722e55bf852e1b (patch) | |
tree | 7aa05fecdd42fc35648ab8121c1c6267086dab6b /src/components/HomepageFeatures/styles.module.css | |
parent | 9223e88e748c8155a2313d545b07938c4787b229 (diff) | |
download | neohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.tar.gz neohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.tar.bz2 neohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.zip |
Add features
Diffstat (limited to 'src/components/HomepageFeatures/styles.module.css')
-rw-r--r-- | src/components/HomepageFeatures/styles.module.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css index b248eb2..e69de29 100644 --- a/src/components/HomepageFeatures/styles.module.css +++ b/src/components/HomepageFeatures/styles.module.css @@ -1,11 +0,0 @@ -.features { - display: flex; - align-items: center; - padding: 2rem 0; - width: 100%; -} - -.featureSvg { - height: 200px; - width: 200px; -} |