blob: a0d227a28ef44e90bccd35b2e618a1cdc2dbfae7 (
plain) (
tree)
|
|
@use '_variables' as *;
@use '_mixins' as *;
.root {
max-width: 1200px;
margin: auto;
}
.about-peertube-title {
font-size: 25px;
text-align: center;
font-weight: $font-semibold;
margin-bottom: 15px;
}
.mascot {
display: block;
margin: 20px auto;
}
::ng-deep .section-title {
font-weight: $font-semibold;
font-size: 20px;
margin-bottom: 5px;
}
.description {
text-align: center;
}
.documentation {
display: flex;
flex-wrap: wrap;
margin: 50px 0;
justify-content: center;
.card {
margin: 30px;
flex-basis: 300px;
}
}
.privacy-contributors {
display: flex;
flex-direction: column;
.p2p-privacy {
.section-title {
margin: 50px 0 20px;
text-align: center;
}
h6 {
font-size: 20px;
margin-top: 15px;
}
}
}
.card-title {
font-size: 1.1rem;
text-align: center;
margin-bottom: 1rem;
}
.p2p-privacy-title {
font-size: 20px;
}
|