forked from nutomic/joinpeertube
Add subtitle to FAQ page
This commit is contained in:
parent
04dbb45c9c
commit
abc4dfd4f1
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
<div class="title-block">
|
||||
<div class="title" v-translate>FAQ</div>
|
||||
|
||||
<p>A few questions to discover PeerTube</p>
|
||||
|
||||
<div class="separator"></div>
|
||||
</div>
|
||||
|
||||
|
@ -407,7 +409,7 @@
|
|||
<style scoped lang="scss">
|
||||
@import '../scss/_variables.scss';
|
||||
|
||||
.title {
|
||||
.block .title {
|
||||
font-size: 22px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 15px;
|
||||
|
|
Loading…
Reference in a new issue