diff --git a/client/style.css b/client/style.css index eca1ccb..fc28c53 100644 --- a/client/style.css +++ b/client/style.css @@ -101,17 +101,24 @@ body { filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.25)); } +#lobby-screen h1, +#lobby-screen .logo-row { + text-align: left; +} + .logo-row { display: inline-block; margin-bottom: -0.3em; - transform: translateX(-5.5rem); } -@media (max-width: 449px) { +@media (max-width: 479px) { + #lobby-screen h1, + #lobby-screen .logo-row { + text-align: center; + } .logo-row { display: inline; margin-bottom: 0; - transform: none; } }