Header image

This commit is contained in:
Andrea Zignoli 2023-05-07 18:37:44 +02:00
parent 967521814d
commit 13c3f9ad84
3 changed files with 3 additions and 1 deletions

View file

@ -109,7 +109,8 @@ a {
color: $header-heading-color;
text-align: center;
background-color: $header-bg-color;
background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);
background-image: url("./../../pawel-czerwinski-6lQDFGOB1iw-unsplash.jpg");
background-size: 100% auto;
@include large {
padding: 5rem 6rem;