diff --git a/_layouts/home.html b/_layouts/home.html index ffeca25..596d841 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -20,9 +20,6 @@

{{ site.description }}

-
@@ -33,18 +30,6 @@ {% include tiles.html %} - -
-
-
-

Massa libero

-
-

{{ content }}

- -
-
diff --git a/_sass/layout/_banner.scss b/_sass/layout/_banner.scss index 7c8e705..22b0e84 100644 --- a/_sass/layout/_banner.scss +++ b/_sass/layout/_banner.scss @@ -8,7 +8,7 @@ #banner { @include vendor('align-items', 'center'); - @include vendor('background-image', 'url("../images/banner.jpg")'); + @include vendor('background-image', 'url("../images/art/waves-bubble.jpg")'); @include vendor('display', 'flex'); @include padding(4em, 0, (2em, 0, 0, 0)); background-attachment: fixed;