Only trigger single-line mode at <=449px, shift everywhere else

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 22:59:51 -05:00
parent 8f21a40a6a
commit 4dff1da875

View File

@ -107,7 +107,7 @@ body {
transform: translateX(-5.5rem);
}
@media (max-width: 749px) {
@media (max-width: 449px) {
.logo-row {
display: inline;
margin-bottom: 0;