diff --git a/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css index b248eb2e..73c88631 100644 --- a/src/components/HomepageFeatures/styles.module.css +++ b/src/components/HomepageFeatures/styles.module.css @@ -1,11 +1,16 @@ .features { display: flex; align-items: center; - padding: 2rem 0; + padding: 0rem 0; width: 100%; } -.featureSvg { - height: 200px; - width: 200px; +.features a { + text-decoration: none; } + +.featureSvg { + /* height: 200px; */ + width: 100px; + height: auto; +} \ No newline at end of file