template home + scss

This commit is contained in:
2020-07-13 20:30:10 +02:00
parent 3a082e23cc
commit 82f7d7d6b6
40 changed files with 6034 additions and 8 deletions
@@ -0,0 +1,9 @@
.__img-hero{
height: 400px;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}