2020-04-25 08:49:47 +00:00
|
|
|
#page-participate {
|
|
|
|
h2 {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
&.lang-en h2 {
|
|
|
|
margin: 0 203px 16px 0;
|
|
|
|
}
|
|
|
|
&.lang-fr h2 {
|
|
|
|
margin: 0 40px 16px 0;
|
|
|
|
}
|
|
|
|
|
2020-04-28 11:53:13 +00:00
|
|
|
@include touch {
|
|
|
|
.content h2 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-25 08:49:47 +00:00
|
|
|
.content p:last-of-type {
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
}
|