aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/components/HomepageFeatures/styles.module.css
blob: 7527f330e01ef4b03af7839c01f69f3150489be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}