Edit services section style

This commit is contained in:
Paul Nicoué 2023-02-14 17:11:09 +01:00
parent a59794a452
commit b82fd9f9ee
2 changed files with 9 additions and 3 deletions

View file

@ -107,7 +107,7 @@ h2 {
}
h3 {
font-family: var(--text-font-family);
font-family: var(--title-font-family);
font-size: var(--h3-font-size);
font-weight: var(--medium-font-weight);
}

View file

@ -55,10 +55,12 @@
</div>
<h2 class="services__title">Prestations</h2>
<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>
</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>
</li>
</ul>
@ -118,6 +120,10 @@
display: flex;
flex-direction: column;
gap: 2rem;
h3 {
margin-bottom: 0.5rem;
}
}
@media screen and (min-width: $tablet-media-query) {