Add services section

This commit is contained in:
Paul Nicoué 2023-02-13 17:23:36 +01:00
parent fd3f7c1838
commit 27dbca54f3
10 changed files with 189 additions and 33 deletions

View file

@ -1,6 +1,6 @@
<template>
<section class="contact-header">
<div class="contact-header">
<h2 class="contact-header__title">
<div></div>
<div>Contact</div>
@ -30,7 +30,7 @@
</svg>
</a>
</div>
</section>
</div>
</template>
@ -44,7 +44,7 @@
// --------------------------------------------------
.contact-header {
max-width: var(--small-content-max-width);
max-width: var(--content-max-width);
display: grid;
place-content: start;
place-items: start;