]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-peertube/about-peertube.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .root {
5 max-width: 1200px;
6 margin: auto;
7 }
8
9 .card {
10 @include margin(2rem);
11
12 flex-basis: 300px;
13 }
14
15 .card-title {
16 font-size: 1.1rem;
17 text-align: center;
18 margin-bottom: 1rem;
19 }