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>
<a class="hero-arrow-down" tabindex="-1" aria-hidden="true" href="#contact" target="_self">
<a class="hero-arrow-down" tabindex="-1" aria-hidden="true" href="#services" target="_self">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
<line x1="12" y1="5" x2="12" y2="19"></line>
<polyline points="19 12 12 19 5 12"></polyline>
@ -19,8 +19,8 @@
// --------------------------------------------------
.hero-arrow-down {
width: calc(var(--regular-icon-size) + 1rem);
height: calc(var(--regular-icon-size) + 1rem);
width: var(--regular-icon-wrapper-size);
height: var(--regular-icon-wrapper-size);
display: flex;
justify-content: center;
align-items: center;