mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-02 17:42:49 +02:00
autoprefix
This commit is contained in:
@@ -98,7 +98,11 @@ body {
|
|||||||
|
|
||||||
@media (min-width: 500px) {
|
@media (min-width: 500px) {
|
||||||
.actions {
|
.actions {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user