Hide POIs, show overlay state, remove zoom button, rotate vpn
This commit is contained in:
parent
35276d34fa
commit
bce34b73de
32 changed files with 1137 additions and 186 deletions
|
|
@ -235,6 +235,13 @@ export async function installCursor(
|
|||
letter-spacing: -0.01em;
|
||||
color: #5eead4;
|
||||
}
|
||||
/* The outro line is two short sentences and 16x9 has width to spare, so
|
||||
hold it on one line instead of orphaning its last word. 9x16 keeps the
|
||||
wrap: the ad outro lines run to ~700px against a 540px viewport. */
|
||||
body.__demo-aspect-horizontal #__demo-outro-subtitle {
|
||||
max-width: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* Tighter outro for vertical 9:16. The brand/url stack must fit
|
||||
comfortably inside the platform-safe centre column. */
|
||||
body.__demo-aspect-vertical #__demo-outro-brand { font-size: 64px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue