Fix animated image CSS

main
Anonymous Contributor 2023-09-15 14:35:45 +02:00
parent 9046380e16
commit 7b51a73a1c
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,5 @@
.animated-image {
display: grid;
position: absolute;
align-items: center;
text-align: center;
overflow: hidden;
@ -18,6 +17,13 @@
z-index: 50;
}
.animated-image div {
background-size: contain;
background-repeat: no-repeat;
width: 100%;
height: 0;
}
.animated-image a {
top: 100%;
text-decoration: none;