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

@ -54,7 +54,7 @@
// --------------------------------------------------
.hero {
width: 100%;
@include hero-section;
height: 100vh;
height: 100svh;
display: grid;
@ -62,8 +62,7 @@
'.' 1fr
'title' auto
'.' minmax(6rem, 1fr)
'arrow-down' auto
'.' 2rem
'arrow-down' var(--regular-icon-wrapper-size)
/ 100%;
place-content: center;
place-items: center;