autoprefixer on main style.css
This commit is contained in:
parent
7bbcf16afa
commit
02be2cc8fe
1 changed files with 7 additions and 0 deletions
|
@ -670,8 +670,13 @@ footer#free {
|
||||||
|
|
||||||
/* Mirror List */
|
/* Mirror List */
|
||||||
.ly-mirror {
|
.ly-mirror {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
-webkit-box-pack: space-evenly;
|
||||||
|
-ms-flex-pack: space-evenly;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
max-width: min(95%, 800px);
|
max-width: min(95%, 800px);
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
|
@ -683,7 +688,9 @@ footer#free {
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
-o-object-fit: cover;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
-webkit-animation: load 1s infinite alternate;
|
||||||
animation: load 1s infinite alternate;
|
animation: load 1s infinite alternate;
|
||||||
}
|
}
|
||||||
.ly-mirror h1,
|
.ly-mirror h1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue