title image correctly aligned on firefox
This commit is contained in:
@@ -68,6 +68,13 @@
|
|||||||
z-index: -10;
|
z-index: -10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports (-moz-appearance:none) {
|
||||||
|
.image-container{
|
||||||
|
justify-content: inherit;
|
||||||
|
align-items: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#image{
|
#image{
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -165,7 +172,7 @@ dialog button{
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</figure>
|
</figure>
|
||||||
<div class=content><slot></slot></div>
|
<div class=content><slot></slot></div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user