diff --git a/css/style.css b/css/style.css index 286e0c4..1d376f5 100644 --- a/css/style.css +++ b/css/style.css @@ -46,12 +46,12 @@ header { /************************************************/ /* A place for temporary campaigns / sticker on home banner */ .sticker { - background: url(../images/quarantine.png) no-repeat center center; + background: url(../images/covid19.png) no-repeat center center; -webkit-transform: rotate(-10deg); transform: rotate(-10deg); position: absolute; - right: 7%; - top: 10%; + left: 5%; + bottom: 15%; width: 300px; height: 300px; } diff --git a/images/covid19.png b/images/covid19.png new file mode 100644 index 0000000..5666613 Binary files /dev/null and b/images/covid19.png differ diff --git a/images/header-background.jpg b/images/header-background.jpg index 24d2c01..bfbbafb 100644 Binary files a/images/header-background.jpg and b/images/header-background.jpg differ diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig index 25b4630..82527ba 100644 --- a/templates/partials/header.html.twig +++ b/templates/partials/header.html.twig @@ -7,7 +7,7 @@

{{ site.header.title }}

{{ site.header.description }}

- +
{% if site.social %}