.prettier & css compat

This commit is contained in:
NNWHEN 2025-01-16 21:03:00 +02:00
parent 7dc80ca611
commit bc6561f813
31 changed files with 80 additions and 135 deletions

View file

@ -75,6 +75,7 @@ a:hover {
}
.load-enable img {
-webkit-animation: load 2s ease-in-out infinite alternate;
animation: load 2s ease-in-out infinite alternate;
}
@ -101,13 +102,18 @@ a:hover {
margin: 10px 0;
}
#content-warnings ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 1200px;
margin: 16px auto;
list-style-type: none;
padding: 0;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
#content-warnings ul li {