Merge branch 'master' into 'master'
Bouton sur les liens forum et faq See merge request framasoft/joinpeertube!12
This commit is contained in:
commit
d0931a5d2d
5 changed files with 39 additions and 35 deletions
|
@ -5,10 +5,9 @@ title = "FAQ"
|
|||
author = "Framasoft"
|
||||
draft = false
|
||||
type = "page"
|
||||
id = "-faq"
|
||||
+++
|
||||
|
||||
{{% grid class="row" %}}
|
||||
{{% grid class="row faq" %}}
|
||||
{{% grid class="container" %}}
|
||||
{{% grid class="col-sm-12" %}}
|
||||
<h2 class="text-center">10 questions to discover Framatube...</h2>
|
||||
|
|
|
@ -5,10 +5,9 @@ title = "FAQ"
|
|||
author = "Framasoft"
|
||||
draft = false
|
||||
type = "page"
|
||||
id = "-faq"
|
||||
+++
|
||||
|
||||
{{% grid class="row" %}}
|
||||
{{% grid class="row faq" %}}
|
||||
{{% grid class="container" %}}
|
||||
{{% grid class="col-sm-12" %}}
|
||||
<h2 class="text-center">Quelques questions pour découvrir PeerTube…</h2>
|
||||
|
|
|
@ -5,7 +5,6 @@ title = "Home"
|
|||
author = "Framasoft"
|
||||
draft = false
|
||||
type = "page"
|
||||
id = "-home"
|
||||
+++
|
||||
|
||||
{{% grid class="row intro" %}}
|
||||
|
|
|
@ -5,7 +5,6 @@ title = "Accueil"
|
|||
author = "Framasoft"
|
||||
draft = false
|
||||
type = "page"
|
||||
id = "-home"
|
||||
+++
|
||||
|
||||
{{% grid class="row intro" %}}
|
||||
|
|
|
@ -85,7 +85,7 @@ body .medias .container {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.intro {
|
||||
.intro, .faq {
|
||||
background: transparent;
|
||||
margin-top: -70px;
|
||||
}
|
||||
|
@ -164,7 +164,9 @@ body .medias .container {
|
|||
/* Buttons */
|
||||
.intro a[href^="#"],
|
||||
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
||||
.how-it-works a[href^="#"] {
|
||||
.how-it-works a[href^="#"],
|
||||
.how-it-works a[href*="/faq"],
|
||||
.faq a[href="https://framacolibri.org/c/qualite/peertube"] {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
font-weight: 500;
|
||||
|
@ -191,7 +193,9 @@ body .medias .container {
|
|||
}
|
||||
|
||||
.intro a[href="#how-it-works"],
|
||||
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"] {
|
||||
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
||||
.how-it-works a[href*="/faq"],
|
||||
.faq a[href="https://framacolibri.org/c/qualite/peertube"] {
|
||||
margin-right: auto;
|
||||
color: #F1680D;
|
||||
background: #fff;
|
||||
|
@ -266,3 +270,7 @@ body .medias .container {
|
|||
margin: 0;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.faq h2 {
|
||||
margin: 40px 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue