Add padding to the slides container for improved layout

This commit is contained in:
CodeDevMLH
2026-03-23 17:41:40 +01:00
parent a296caf70d
commit d7e9238e21

View File

@@ -753,6 +753,7 @@
max-width: 90vw;
flex-wrap: nowrap;
overflow: hidden;
padding: 10px 0;
}
.dot {