From b07114635b0594afb7e9f212548587193ad48e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Tue, 23 Jan 2024 11:07:23 +0100 Subject: [PATCH] =?UTF-8?q?fix=20xl=20=E2=86=92=20lg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../includes/molecules/menus/elections/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/templates/styleguide2/includes/molecules/menus/elections/carousel.html b/shared/templates/styleguide2/includes/molecules/menus/elections/carousel.html index 9182b422..c202122b 100644 --- a/shared/templates/styleguide2/includes/molecules/menus/elections/carousel.html +++ b/shared/templates/styleguide2/includes/molecules/menus/elections/carousel.html @@ -22,7 +22,7 @@ </video> <video - class="header-carousel--image opacity-60 hidden xl:block" + class="header-carousel--image opacity-60 hidden lg:block" poster="{% static 'styleguide2/images/background-images/loading.gif' %}" autoplay muted -- GitLab