Fix lightbox close button position

This commit is contained in:
2021-11-07 12:46:38 +01:00
parent af901f3c77
commit 6b42fbb450
3 changed files with 4 additions and 4 deletions

View File

@@ -69,9 +69,9 @@
} }
.lb-closeContainer .lb-close { .lb-closeContainer .lb-close {
margin-top: 1em; margin-top: calc(1em/1.33333333);
float: none; float: none;
text-align: left; text-align: center;
} }
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long