lightbox css

This commit is contained in:
ouidade 2024-11-07 21:16:07 +01:00
parent fb1b5a2d83
commit 7f5db774d6
2 changed files with 10 additions and 6 deletions

View File

@ -1674,11 +1674,13 @@ body {
#lightbox .caption { #lightbox .caption {
color: white; color: white;
font-size: 1rem; font-size: 0.8rem;
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
max-width: 90%; max-width: 90%;
margin: 10px auto; margin: 10px auto;
font-family: "gilroy-light";
padding-top: 1rem;
} }
.lightbox .close { .lightbox .close {
@ -1700,11 +1702,11 @@ body {
} }
.prev { .prev {
left: 10px; left: 30px;
} }
.next { .next {
right: 10px; right: 30px;
} }
/*pages*/ /*pages*/

View File

@ -32,11 +32,13 @@ body {
} }
#lightbox .caption { #lightbox .caption {
color: white; color: white;
font-size: 1rem; font-size: 0.8rem;
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
max-width: 90%; max-width: 90%;
margin: 10px auto; margin: 10px auto;
font-family: "gilroy-light";
padding-top: 1rem;
} }
.lightbox .close { .lightbox .close {
@ -58,10 +60,10 @@ body {
} }
.prev { .prev {
left: 10px; left: 30px;
} }
.next { .next {
right: 10px; right: 30px;
} }