minor fixes
This commit is contained in:
parent
2cf637cc8c
commit
8d25a26642
@ -13,7 +13,8 @@ Elle permet de mettre en commun une structure et des moyens afin que chacun puis
|
||||
<br><br>
|
||||
La CAE c’est aussi une société coopérative, chacun des associés qui la compose participe aux grandes décisions avec le principe Une personne = Une voix.
|
||||
</div>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/4QhR_wM0MXk?controls=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/4QhR_wM0MXk?controls=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
|
||||
<video controls src="https://www.astrolabe.coop/wp-content/uploads/2019/01/UneScopCestQuoi-AV.webm">Vidéo de présentation par Les scop</video>
|
||||
</div>
|
||||
|
||||
## Situer le statut d’entrepreneur salarié
|
||||
|
@ -5,6 +5,6 @@ permalink: '/thank-you/index.html'
|
||||
|
||||
# Merci !
|
||||
|
||||
<img src="/images/mail-sent.svg" alt="Mouette emporte enveloppe" style="margin: 0 auto 6rem 6rem;">
|
||||
<img id="mail-sent-pic" src="/images/mail-sent.svg" alt="Mouette emporte enveloppe">
|
||||
|
||||
Votre message a bien été envoyé. Vous pouvez revenir à l'[accueil](/).
|
||||
|
@ -108,6 +108,10 @@
|
||||
}
|
||||
|
||||
// page specific
|
||||
#mail-sent-pic {
|
||||
margin: 0 auto 6rem 6rem;
|
||||
}
|
||||
|
||||
.split-content {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
@ -369,6 +373,10 @@
|
||||
@media (max-width: 575.98px) {
|
||||
.post {
|
||||
&__body {
|
||||
#mail-sent-pic {
|
||||
margin: 0 auto 2rem;
|
||||
}
|
||||
|
||||
.process-cae {
|
||||
&.split {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user