From 8517b944fd8045723f0ed9bb303648d8e2044dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Mon, 17 Sep 2018 11:45:09 +0200 Subject: [PATCH] Change max height for small Hero image --- templates/partials/hero.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/hero.html.twig b/templates/partials/hero.html.twig index 1b05a03..5b5ffc5 100644 --- a/templates/partials/hero.html.twig +++ b/templates/partials/hero.html.twig @@ -7,7 +7,7 @@ height: {{ hero_height }}px; } -@media (max-height: 1000px), (max-width: 700px) { +@media (max-height: 900px), (max-width: 700px) { .hero-scoped { background: {% if hero_image_small %}url({{ hero_image_small.url }}) {{ hero_horizontal_position }}% {{ hero_vertical_position }}%/{{ hero_size }} no-repeat{% endif %}