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:
parent
8f21a40a6a
commit
4dff1da875
@ -107,7 +107,7 @@ body {
|
||||
transform: translateX(-5.5rem);
|
||||
}
|
||||
|
||||
@media (max-width: 749px) {
|
||||
@media (max-width: 449px) {
|
||||
.logo-row {
|
||||
display: inline;
|
||||
margin-bottom: 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user