Merge pull request #2653 from ZhenShuo2021/fix/gallery

🐛 Fix: gallery and carousel no width
This commit is contained in:
Nuno C.
2025-12-22 17:10:44 +00:00
committed by GitHub
4 changed files with 25 additions and 14 deletions

View File

@@ -203,6 +203,18 @@ pre {
box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
}
/* placeholder for gallery/carousel */
@variant max-md {
.width-patch {
width: 90vw;
}
}
@variant min-md {
.width-patch {
width: 65ch;
}
}
.anchor {
display: block;
position: relative;