Nudge mobile header line 18px left via text-indent

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 23:07:58 -05:00
parent e542cadedf
commit d32ae83ce2

View File

@ -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;
}