Added captions to the carousel. Added double carousel option.

This commit is contained in:
cagsun 2025-06-27 00:53:43 +02:00
parent 08cac5f022
commit 7c7f9e4f13
5 changed files with 70 additions and 3 deletions

View file

@ -95,3 +95,24 @@
.right {
right: 20px;
}
.caption {
margin-top: 0.5rem;
font-size: 0.8rem;
color: #1c1e21;
text-align: center;
max-width: 90%;
}
.lightboxContent {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}
.lightboxCaption {
color: #ccc;
font-size: 0.9rem;
text-align: center;
max-width: 80vw;
}