Edit services section style
This commit is contained in:
parent
a59794a452
commit
b82fd9f9ee
2 changed files with 9 additions and 3 deletions
|
@ -107,7 +107,7 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-family: var(--text-font-family);
|
font-family: var(--title-font-family);
|
||||||
font-size: var(--h3-font-size);
|
font-size: var(--h3-font-size);
|
||||||
font-weight: var(--medium-font-weight);
|
font-weight: var(--medium-font-weight);
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,10 +55,12 @@
|
||||||
</div>
|
</div>
|
||||||
<h2 class="services__title">Prestations</h2>
|
<h2 class="services__title">Prestations</h2>
|
||||||
<ul class="services__list">
|
<ul class="services__list">
|
||||||
<li><h3>Intégration web et développement front-end</h3>
|
<li>
|
||||||
|
<h3>Intégration web et développement front-end</h3>
|
||||||
<p>Intégration de maquettes dans le respect des standards W3C et de la charte graphique définie par votre agence de communication digitale.</p>
|
<p>Intégration de maquettes dans le respect des standards W3C et de la charte graphique définie par votre agence de communication digitale.</p>
|
||||||
</li>
|
</li>
|
||||||
<li><h3>Création de site internet sur mesure</h3>
|
<li>
|
||||||
|
<h3>Création de site internet sur mesure</h3>
|
||||||
<p>Accompagnement de votre entreprise ou association dans la création ou la refonte de son site vitrine, portfolio ou e-commerce.</p>
|
<p>Accompagnement de votre entreprise ou association dans la création ou la refonte de son site vitrine, portfolio ou e-commerce.</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -118,6 +120,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $tablet-media-query) {
|
@media screen and (min-width: $tablet-media-query) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue