Fix lightbox close button position

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

View File

@@ -69,9 +69,9 @@
}
.lb-closeContainer .lb-close {
margin-top: 1em;
margin-top: calc(1em/1.33333333);
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