diff --git a/client/style.css b/client/style.css index 9450738..08a9a8a 100644 --- a/client/style.css +++ b/client/style.css @@ -112,7 +112,10 @@ body { } @media (max-width: 749px) { - #lobby-screen h1, + #lobby-screen h1 { + text-align: center; + text-indent: -18px; + } #lobby-screen .logo-row { text-align: center; }