aboutsummaryrefslogtreecommitdiff
path: root/src/components/HomepageFeatures/styles.module.css
blob: b248eb2e5dee2c37f58ab867ab87be47ef804386 (plain)
1
2
3
4
5
6
7
8
9
10
11
.features {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}

.featureSvg {
  height: 200px;
  width: 200px;
}