diff --git a/css/style.css b/css/style.css index 2838323..a53f921 100644 --- a/css/style.css +++ b/css/style.css @@ -46,30 +46,31 @@ header { /************************************************/ /* A place for temporary campaigns / sticker on home banner */ .sticker { - background: url(../images/covid19.png) no-repeat center center; + background: url(../images/2019-report.png) no-repeat center center; -webkit-transform: rotate(-10deg); transform: rotate(-10deg); position: absolute; left: 5%; - bottom: 15%; - width: 300px; - height: 300px; + top: 15%; + background-size: 200px; + width: 200px; + height: 200px; } @media only screen and (max-width: 830px) { .sticker { - background-size: 200px; - width: 200px; - height: 200px; + background-size: 150px; + width: 150px; + height: 150px; top: 10%; } } @media only screen and (max-width: 640px) { .sticker { - background-size: 150px; - width: 150px; - height: 150px; + background-size: 100px; + width: 100px; + height: 100px; top: 20%; right: 3%; } diff --git a/images/2019-report.png b/images/2019-report.png new file mode 100644 index 0000000..dfd214e Binary files /dev/null and b/images/2019-report.png differ diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig index 340a2d6..dfee1c7 100644 --- a/templates/partials/header.html.twig +++ b/templates/partials/header.html.twig @@ -8,7 +8,7 @@

{{ site.header.description }}

- +
{% if site.social %}