Page nous rejoindre minor fix
This commit is contained in:
parent
c46603fad9
commit
f8de77fc5d
@ -3,7 +3,7 @@ title: 'Nous rejoindre'
|
|||||||
permalink: '/nous-rejoindre/index.html'
|
permalink: '/nous-rejoindre/index.html'
|
||||||
---
|
---
|
||||||
|
|
||||||
## Comment rejoindre Astrolabe
|
# Comment rejoindre Astrolabe
|
||||||
|
|
||||||
<section class="process-cae">
|
<section class="process-cae">
|
||||||
<article class="process-cae__block">
|
<article class="process-cae__block">
|
||||||
@ -21,7 +21,7 @@ permalink: '/nous-rejoindre/index.html'
|
|||||||
<img src="/images/arrow.svg" alt="flèche bas">
|
<img src="/images/arrow.svg" alt="flèche bas">
|
||||||
<div class="highlight secondary">
|
<div class="highlight secondary">
|
||||||
|
|
||||||
### Contrat CAPE
|
## Contrat CAPE
|
||||||
|
|
||||||
- Durée maximale de 12 mois (renouvelable 2 fois)
|
- Durée maximale de 12 mois (renouvelable 2 fois)
|
||||||
- Accompagnement à la création
|
- Accompagnement à la création
|
||||||
@ -50,7 +50,7 @@ permalink: '/nous-rejoindre/index.html'
|
|||||||
|
|
||||||
<div class="highlight">
|
<div class="highlight">
|
||||||
|
|
||||||
### Contrat CESA
|
## Contrat CESA
|
||||||
|
|
||||||
- Durée indéterminée
|
- Durée indéterminée
|
||||||
- Statut salarié
|
- Statut salarié
|
||||||
@ -79,6 +79,6 @@ permalink: '/nous-rejoindre/index.html'
|
|||||||
Vous créez votre propre entreprise, félicitations !
|
Vous créez votre propre entreprise, félicitations !
|
||||||
|
|
||||||
<!-- ![Petit bateau à voile](/images/small-boat.svg) -->
|
<!-- ![Petit bateau à voile](/images/small-boat.svg) -->
|
||||||
<img src="/images/small-boat.svg" alt="Petit bateau à voile" style="width: 8rem; margin-top: 2rem; margin-left: 18rem;">
|
<img src="/images/small-boat.svg" alt="Petit bateau à voile" style="width: 8rem; margin-top: 4rem; margin-left: 18rem;">
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
|
@ -7,10 +7,14 @@
|
|||||||
/**
|
/**
|
||||||
* Generic HTML styles
|
* Generic HTML styles
|
||||||
*/
|
*/
|
||||||
h2 + *,
|
h1 {
|
||||||
h3 + * {
|
margin-top: 8rem;
|
||||||
// --flow-space: #{get-size(500)};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// h2 + *,
|
||||||
|
// h3 + * {
|
||||||
|
// --flow-space: #{get-size(500)};
|
||||||
|
// }
|
||||||
|
|
||||||
h2,
|
h2,
|
||||||
h3 {
|
h3 {
|
||||||
@ -19,9 +23,7 @@
|
|||||||
/*display: flex;*/
|
/*display: flex;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin-top: 8rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
@ -287,7 +289,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h2 {
|
||||||
|
@include apply-utility('font', 'base');
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user