aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.scss
blob: a81bb8cfc625fd842e04b8630537256ec9be09d6 (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 margin(2rem);

  flex-basis: 300px;
}

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