diff --git a/assets/css/breakpoints.css b/assets/css/breakpoints.css index 015083e..f6f0ef0 100644 --- a/assets/css/breakpoints.css +++ b/assets/css/breakpoints.css @@ -1,3 +1,6 @@ +@custom-media --small-30 (max-width: 540px); +@custom-media --small-20 (max-width: 650px); @custom-media --small-10 (max-width: 768px); @custom-media --small (max-width: 900px); @custom-media --compact (max-width: 1200px); +@custom-media --big (max-width: 1500px); diff --git a/components/filters/actors.vue b/components/filters/actors.vue index 4739e57..b05f06c 100644 --- a/components/filters/actors.vue +++ b/components/filters/actors.vue @@ -63,6 +63,7 @@