This commit is contained in:
fannyfraiture 2022-06-27 12:01:58 +02:00
parent 8e8fab1d6a
commit 33de2fb7c3
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ body {
background-size: cover; background-size: cover;
position: relative; position: relative;
background-position: center; background-position: center;
height: 850px; height: 100vh;
padding: 1, 5rem; padding: 1, 5rem;
&__text-content { &__text-content {
@ -19,7 +19,7 @@ body {
font-weight: 700; font-weight: 700;
color: white; color: white;
line-height: 8rem; line-height: 8rem;
margin-top: 14rem; margin-top: 20rem;
margin-bottom: 6rem; margin-bottom: 6rem;
} }