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