Added captions to the carousel. Added double carousel option.
This commit is contained in:
parent
08cac5f022
commit
7c7f9e4f13
5 changed files with 70 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue