aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/components/HomepageFeatures/styles.module.css
blob: c02de402d3d673491c6880125de7cef879e8df55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.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;
}


@media screen and (max-width: 996px) {
  .whatisfeatureblock {
    margin-top: 2rem;
  }

  .features {
    padding: 0;
  }
}