Add services section
This commit is contained in:
parent
fd3f7c1838
commit
27dbca54f3
10 changed files with 189 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue