fix(splash): left-align bottom text on splash screen

This commit is contained in:
Claude
2026-06-11 17:06:27 +08:00
committed by chenhang
parent 982d9ba790
commit d205025a11
@@ -46,5 +46,5 @@
font-weight: 400;
line-height: 1.5;
color: rgba(255, 255, 255, 0.9);
text-align: center;
text-align: left;
}