blob: 2a5ec08f53142cd0c7d7256aa03160e4e75cebc4 (
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;
font-size: 15px;
}
}
.description,
.p2p-privacy,
my-about-peertube-contributors {
::ng-deep {
p,
li {
font-size: 15px;
}
}
}
.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.25rem;
}
.p2p-privacy-title {
font-size: 20px;
}
|