feat: improving gallery slider

This commit is contained in:
Chubby Granny Chaser
2025-10-14 14:56:47 +01:00
parent 0a5626c745
commit aba206452f

View File

@@ -25,11 +25,6 @@
overflow: hidden;
border-radius: 8px;
@media (min-width: 1024px) {
width: 80%;
max-height: 400px;
}
@media (min-width: 1280px) {
width: 60%;
max-height: 500px;
@@ -72,10 +67,6 @@
overflow-y: hidden;
gap: calc(globals.$spacing-unit / 2);
@media (min-width: 1024px) {
width: 80%;
}
@media (min-width: 1280px) {
width: 60%;
}