diff --git a/style.css b/style.css index 81154fb..153fbd6 100644 --- a/style.css +++ b/style.css @@ -670,8 +670,13 @@ footer#free { /* Mirror List */ .ly-mirror { + display: -webkit-box; + display: -ms-flexbox; display: flex; + -ms-flex-wrap: wrap; flex-wrap: wrap; + -webkit-box-pack: space-evenly; + -ms-flex-pack: space-evenly; justify-content: space-evenly; max-width: min(95%, 800px); margin: 20px auto; @@ -683,7 +688,9 @@ footer#free { max-width: 250px; max-height: 250px; width: 100%; + -o-object-fit: cover; object-fit: cover; + -webkit-animation: load 1s infinite alternate; animation: load 1s infinite alternate; } .ly-mirror h1,