Skip to content

Commit

Permalink
upate h3
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Mar 18, 2021
1 parent bc38f4c commit c6076f3
Show file tree
Hide file tree
Showing 24 changed files with 356 additions and 352 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ exports[`<About /> should render 1`] = `
line-height: 1.625;
}
.c46 {
.c47 {
position: relative;
display: block;
margin: 0 0 2rem 0;
Expand Down Expand Up @@ -487,7 +487,7 @@ exports[`<About /> should render 1`] = `
padding-left: 1.6rem;
}
.c47 {
.c46 {
font-size: 1.6rem;
}
Expand Down Expand Up @@ -887,7 +887,7 @@ exports[`<About /> should render 1`] = `
}
@media (max-width:600px) {
.c46 {
.c47 {
font-size: 1.6rem;
}
}
Expand Down Expand Up @@ -983,7 +983,7 @@ exports[`<About /> should render 1`] = `
}
@media (max-width:600px) {
.c47 {
.c46 {
margin-top: 1rem;
text-align: center;
}
Expand Down Expand Up @@ -1506,11 +1506,11 @@ exports[`<About /> should render 1`] = `
<div
class="c45 "
>
<h3
<strong
class="c46 c47"
>
Code du travail numérique
</h3>
</strong>
<ul
class="c48 c49"
>
Expand Down Expand Up @@ -1589,11 +1589,11 @@ exports[`<About /> should render 1`] = `
<div
class="c45 "
>
<h3
<strong
class="c46 c47"
>
Aidez-nous à améliorer cet outil
</h3>
</strong>
<ul
class="c48 c49"
>
Expand Down Expand Up @@ -1644,11 +1644,11 @@ exports[`<About /> should render 1`] = `
<div
class="c45 "
>
<h3
<strong
class="c46 c47"
>
En collaboration avec
</h3>
</strong>
<ul
class="c48 c49"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
transform: translateX(-50%);
}
.c38 {
.c39 {
position: relative;
display: block;
margin: 3.2rem 0 2rem 0;
Expand All @@ -417,7 +417,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
padding-left: 2.4rem;
}
.c57 {
.c58 {
position: relative;
display: block;
margin: 0 0 2rem 0;
Expand Down Expand Up @@ -571,7 +571,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
justify-content: stretch;
}
.c39 {
.c38 {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
Expand Down Expand Up @@ -684,7 +684,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
padding-left: 1.6rem;
}
.c58 {
.c57 {
font-size: 1.6rem;
}
Expand Down Expand Up @@ -1077,20 +1077,20 @@ exports[`<CodeDuTravail /> should render 1`] = `
}
@media (max-width:600px) {
.c38 {
.c39 {
margin-left: -1rem;
padding-left: 1.6rem;
}
}
@media (max-width:600px) {
.c38 {
.c39 {
font-size: 1.6rem;
}
}
@media (max-width:600px) {
.c57 {
.c58 {
font-size: 1.6rem;
}
}
Expand Down Expand Up @@ -1159,13 +1159,13 @@ exports[`<CodeDuTravail /> should render 1`] = `
}
@media (max-width:1180px) {
.c39 {
.c38 {
margin-bottom: 1.6rem;
}
}
@media (max-width:600px) {
.c39 {
.c38 {
padding-top: 0;
padding-bottom: 0;
}
Expand Down Expand Up @@ -1247,7 +1247,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
}
@media (max-width:600px) {
.c58 {
.c57 {
margin-top: 1rem;
text-align: center;
}
Expand Down Expand Up @@ -1662,14 +1662,14 @@ exports[`<CodeDuTravail /> should render 1`] = `
<div
class="c36 c37"
>
<h3
<strong
class="c38 c39"
>
<div
class="c40"
/>
Avez-vous trouvé la réponse à votre question ?
</h3>
</strong>
<p
class="c41"
>
Expand Down Expand Up @@ -1746,11 +1746,11 @@ exports[`<CodeDuTravail /> should render 1`] = `
<div
class="c56 "
>
<h3
<strong
class="c57 c58"
>
Code du travail numérique
</h3>
</strong>
<ul
class="c59 c60"
>
Expand Down Expand Up @@ -1829,11 +1829,11 @@ exports[`<CodeDuTravail /> should render 1`] = `
<div
class="c56 "
>
<h3
<strong
class="c57 c58"
>
Aidez-nous à améliorer cet outil
</h3>
</strong>
<ul
class="c59 c60"
>
Expand Down Expand Up @@ -1884,11 +1884,11 @@ exports[`<CodeDuTravail /> should render 1`] = `
<div
class="c56 "
>
<h3
<strong
class="c57 c58"
>
En collaboration avec
</h3>
</strong>
<ul
class="c59 c60"
>
Expand Down
Loading

0 comments on commit c6076f3

Please sign in to comment.