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