diff --git a/index.html b/index.html index 627eaab..a60dd1f 100644 --- a/index.html +++ b/index.html @@ -73,9 +73,11 @@ min-height: 100vh; } - .vcenter { - display: flex; - align-items: center; + @media (min-width: 544px) { + .vcenter { + display: flex; + align-items: center; + } } @@ -193,7 +195,7 @@