Make logo-row inline on mobile for single-line header layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0ae999aca6
commit
8f21a40a6a
@ -109,6 +109,8 @@ body {
|
||||
|
||||
@media (max-width: 749px) {
|
||||
.logo-row {
|
||||
display: inline;
|
||||
margin-bottom: 0;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user