Use min-width breakpoint for logo shift, tighten logo-title gap
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c523b144f5
commit
15339d390f
@ -103,9 +103,10 @@ body {
|
|||||||
|
|
||||||
.logo-row {
|
.logo-row {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-bottom: -0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (orientation: landscape) {
|
@media (min-width: 500px) {
|
||||||
.logo-row {
|
.logo-row {
|
||||||
transform: translateX(-5.5rem);
|
transform: translateX(-5.5rem);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user