diff --git a/css/style.css b/css/style.css index f17f49f..de2c065 100644 --- a/css/style.css +++ b/css/style.css @@ -46,32 +46,32 @@ header { /************************************************/ /* A place for temporary campaigns / sticker on home banner */ .sticker { - background: url(../images/alias-challenge.png) no-repeat center center; + background: url(../images/quarantine.png) no-repeat center center; -webkit-transform: rotate(-10deg); transform: rotate(-10deg); position: absolute; - left: 7%; - bottom: 20%; - width: 600px; - height: 600px; + right: 7%; + top: 10%; + width: 300px; + height: 300px; } @media only screen and (max-width: 830px) { .sticker { - background-size: 400px; - width: 400px; - height: 400px; - bottom: 15%; + background-size: 200px; + width: 200px; + height: 200px; + top: 10%; } } @media only screen and (max-width: 640px) { .sticker { - background-size: 300px; - width: 300px; - height: 300px; - bottom: 20%; - left: 3%; + background-size: 150px; + width: 150px; + height: 150px; + top: 20%; + right: 3%; } } diff --git a/images/quarantine.png b/images/quarantine.png new file mode 100644 index 0000000..36f9e3e Binary files /dev/null and b/images/quarantine.png differ diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig index aedeb01..6988815 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 %}