diff --git a/style.css b/style.css index 8e5bea6..5f2c78b 100644 --- a/style.css +++ b/style.css @@ -98,7 +98,11 @@ body { @media (min-width: 500px) { .actions { + display: -webkit-box; + display: -ms-flexbox; display: flex; + -webkit-box-align: center; + -ms-flex-align: center; align-items: center; } }