From e2ab69f0a74933f480eaf7491e6baba86fe9d129 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Mon, 5 Aug 2024 19:10:28 +0200 Subject: [PATCH] increase min width for horizontal filter buttons --- style/shiny/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index 787cedb..131e123 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -132,7 +132,7 @@ } -@media (max-width: 80rem) { +@media (max-width: 50rem) { #filters div { grid-template-columns: auto; }