title image correctly aligned on firefox

This commit is contained in:
2023-10-19 13:31:16 +02:00
parent 8a6a5ba5cb
commit 4b5ad61aac

View File

@@ -68,6 +68,13 @@
z-index: -10;
}
@supports (-moz-appearance:none) {
.image-container{
justify-content: inherit;
align-items: inherit;
}
}
#image{
display: block;
position: absolute;