aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
blob: 001405dc75dae4d0fb7f5ab134d60a1812dbd54a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@use '_variables' as *;
@use '_mixins' as *;

.root {
  max-width: 1200px;
  margin: auto;
}

.card {
  @include rfs(2rem, margin);

  flex-basis: 300px;
}

.card-title {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
}