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 id="contact" class="contact">
<section class="contact">
<ContactHeader class="contact__header" />
<ContactForm class="contact__form" />
</section>
@ -17,7 +17,6 @@
// --------------------------------------------------
.contact {
max-width: var(--regular-content-max-width);
display: grid;
grid:
'header' auto