From 02be2cc8fe5711dbe1591ccd239403746e10f68519b298ea6be4f2fdb89f8016 Mon Sep 17 00:00:00 2001 From: nnwhen Date: Sat, 3 May 2025 16:58:22 +0200 Subject: [PATCH] autoprefixer on main style.css --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) 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,