Skip to content

Commit

Permalink
fix(frontend): remove non semantic h3(#3369)
Browse files Browse the repository at this point in the history
* fix(frontend): remove heading on footer

* upate h3
  • Loading branch information
Lionel authored Mar 18, 2021
1 parent 7428597 commit 711da5e
Showing 42 changed files with 435 additions and 352 deletions.
Original file line number Diff line number Diff line change
@@ -344,6 +344,7 @@ exports[`<About /> should render 1`] = `
.c33 {
position: relative;
display: block;
margin: 3.2rem 0 2rem 0;
color: #2f3b6c;
font-weight: 600;
@@ -352,8 +353,9 @@ exports[`<About /> should render 1`] = `
line-height: 1.625;
}
.c46 {
.c47 {
position: relative;
display: block;
margin: 0 0 2rem 0;
color: #2f3b6c;
font-weight: 600;
@@ -485,7 +487,7 @@ exports[`<About /> should render 1`] = `
padding-left: 1.6rem;
}
.c47 {
.c46 {
font-size: 1.6rem;
}
@@ -885,7 +887,7 @@ exports[`<About /> should render 1`] = `
}
@media (max-width:600px) {
.c46 {
.c47 {
font-size: 1.6rem;
}
}
@@ -981,7 +983,7 @@ exports[`<About /> should render 1`] = `
}
@media (max-width:600px) {
.c47 {
.c46 {
margin-top: 1rem;
text-align: center;
}
@@ -1504,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"
>
@@ -1587,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"
>
@@ -1642,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"
>
Original file line number Diff line number Diff line change
@@ -404,8 +404,9 @@ exports[`<CodeDuTravail /> should render 1`] = `
transform: translateX(-50%);
}
.c38 {
.c39 {
position: relative;
display: block;
margin: 3.2rem 0 2rem 0;
color: #2f3b6c;
font-weight: 600;
@@ -416,8 +417,9 @@ exports[`<CodeDuTravail /> should render 1`] = `
padding-left: 2.4rem;
}
.c57 {
.c58 {
position: relative;
display: block;
margin: 0 0 2rem 0;
color: #2f3b6c;
font-weight: 600;
@@ -569,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;
@@ -682,7 +684,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
padding-left: 1.6rem;
}
.c58 {
.c57 {
font-size: 1.6rem;
}
@@ -1075,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;
}
}
@@ -1157,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;
}
@@ -1245,7 +1247,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
}
@media (max-width:600px) {
.c58 {
.c57 {
margin-top: 1rem;
text-align: center;
}
@@ -1660,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"
>
@@ -1744,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"
>
@@ -1827,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"
>
@@ -1882,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"
>
Loading

0 comments on commit 711da5e

Please sign in to comment.