feat: Ajout de l'infolettre
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
dddd1784a5
commit
cd7d7673fa
|
@ -76,15 +76,36 @@ a
|
|||
text-align: center
|
||||
padding: 2rem
|
||||
|
||||
a
|
||||
a, input
|
||||
padding: 1rem
|
||||
background-color: $color-primary
|
||||
color: white
|
||||
text-decoration: none
|
||||
border: 0
|
||||
font-size: 1.2rem
|
||||
|
||||
&:hover
|
||||
background: $color-secondary
|
||||
|
||||
.infolettre
|
||||
input[type="text"], input[type="email"]
|
||||
border-radius: .3rem
|
||||
border: 2px solid $color-primary
|
||||
padding: .5rem
|
||||
margin-top: .5rem
|
||||
margin-bottom: .5rem
|
||||
|
||||
.full
|
||||
input
|
||||
width: 45%
|
||||
@media screen and (max-width: 600px)
|
||||
width: calc(100% - 1rem - 4px)
|
||||
&+input
|
||||
float: right
|
||||
|
||||
@media screen and (max-width: 600px)
|
||||
margin-right: 0
|
||||
|
||||
.monitoring
|
||||
text-align: center
|
||||
border-collapse: collapse
|
||||
|
|
|
@ -27,3 +27,5 @@ Nous faisons partie de l'association "Centrales Villageoises", qui regroupe des
|
|||
Il existe de nombreuses "Centrales Villageoises" en France et surtout dans notre région qui porte ce type de projet. L'association les accompagne de leur gestation à leur réalisation.
|
||||
|
||||
Pour plus d'information vous pouvez consulter le site des [Centrales Villageoises](http://www.centralesvillageoises.fr/).
|
||||
|
||||
{{< infolettre >}}
|
||||
|
|
Loading…
Reference in New Issue