diff --git a/pm_e-2.html b/pm_e-2.html index fe713d9..c560fb7 100644 --- a/pm_e-2.html +++ b/pm_e-2.html @@ -73,6 +73,12 @@ .kbd-legend span { white-space:nowrap; } /* wrap only between shortcut groups, never mid-token */ .appheader-ctrls { margin-left:auto; } /* push controls right on wide; narrow media query resets to left */ #app { display:flex; gap:18px; max-width:none; margin:0 auto; align-items:flex-start; justify-content:center; } + /* Logo lives in the device's top-left corner (not the header); header fills + keeps just nav. */ + .site-head, .site-foot { max-width:none; } + .site-head .brand { display:none; } + .site-head { justify-content:flex-end; } + .devbrand { line-height:0; } + .devbrand .brand-logo { height:30px; } .device { flex:1 1 auto; min-width:0; max-width:none; background:linear-gradient(180deg, var(--panel), var(--bg)); border:1px solid var(--edge); border-radius:16px; padding:18px; box-shadow:0 18px 50px rgba(0,0,0,.5); } .row { display:flex; gap:18px; flex-wrap:wrap; } @@ -277,6 +283,10 @@