From 2d671a8ce287c5814d3c3686d7a570dbdea65b9a Mon Sep 17 00:00:00 2001 From: Javier Blanco Date: Sat, 2 May 2026 12:54:30 +0700 Subject: [PATCH] Fix responsive filters --- classes/index.html | 4 ++-- connect/index.html | 4 ++-- css/style.css | 2 +- festivals/index.html | 4 ++-- index.html | 4 ++-- schedule/index.html | 4 ++-- studios/index.html | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/classes/index.html b/classes/index.html index 0db4ec2..5e70f0e 100644 --- a/classes/index.html +++ b/classes/index.html @@ -13,7 +13,7 @@ - + @@ -375,7 +375,7 @@ - + \ No newline at end of file diff --git a/connect/index.html b/connect/index.html index 0d645e3..1c39148 100644 --- a/connect/index.html +++ b/connect/index.html @@ -13,7 +13,7 @@ - + @@ -193,7 +193,7 @@ - + \ No newline at end of file diff --git a/css/style.css b/css/style.css index 905e0ed..518e956 100644 --- a/css/style.css +++ b/css/style.css @@ -1419,7 +1419,7 @@ body > *:not(.sfB-bg) { position: relative; z-index: 1; } .sfB-page-head { grid-template-columns: 1fr; gap: 16px; } .sfB-page-head h1 { font-size: 56px; letter-spacing: -2px; } .sfB-toolbar { flex-direction: column; align-items: flex-start; } - .sfB-pills { overflow-x: auto; flex-wrap: nowrap; border-radius: 14px; } + .sfB-pills { flex-wrap: wrap; border-radius: 14px; width: 100%; } .sfB-row { grid-template-columns: 1fr; diff --git a/festivals/index.html b/festivals/index.html index 73db81f..e8b8f8b 100644 --- a/festivals/index.html +++ b/festivals/index.html @@ -13,7 +13,7 @@ - + @@ -244,7 +244,7 @@ - + \ No newline at end of file diff --git a/index.html b/index.html index f21d3b2..c8beab8 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + @@ -273,7 +273,7 @@ - + \ No newline at end of file diff --git a/schedule/index.html b/schedule/index.html index db4db5d..8684d52 100644 --- a/schedule/index.html +++ b/schedule/index.html @@ -13,7 +13,7 @@ - + @@ -120,7 +120,7 @@ - + + \ No newline at end of file