Added debug page, Improved Splide galleries

Update .gitignore, composer.php, and 12 more files...
This commit is contained in:
2024-01-08 22:43:59 +01:00
parent b0fbd2199f
commit a3f8d51949
14 changed files with 273 additions and 42 deletions
@@ -62,14 +62,6 @@
}
}
// Zoom-in effect for image galleries
.splide li {
transition: all 0.20s ease-in-out;
}
.splide li:hover {
transform: scale(1.05);
}
//.align-v-t
#logo-sidebar {
@@ -0,0 +1,16 @@
// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
/* Splide Rules */
// Zoom-in effect for image galleries
.splide li {
transition: all 0.20s ease-in-out;
}
.splide li:hover {
transform: scale(1.05);
}
// Generic max-height rule
.splide, .splide * {
max-height: 400px;
}
+1 -1
View File
@@ -4,7 +4,7 @@
/* Site > Text > Commons */
p, a, h1, h2, h3, h4, h5, h6, td, th, .code, summary, label {
p, a, h1, h2, h3, h4, h5, h6, td, th, code, .code, summary, label {
color: #{$color-text-regular-normal};
}