Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b84ecc7f4 | |||
| ca7bbf84a7 |
2 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
name: tane
|
||||
description: "Tane — local-first, encrypted, decentralized traditional-seed inventory and market."
|
||||
publish_to: 'none'
|
||||
version: 0.1.10+12
|
||||
version: 0.1.11+13
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.5
|
||||
|
|
|
|||
|
|
@ -121,11 +121,15 @@ a { color: var(--green); }
|
|||
.lang-menu a.lang:hover { background: var(--container); }
|
||||
.lang-menu span.current { color: var(--muted); font-weight: 600; }
|
||||
|
||||
/* Narrow phones: brand on its own row, nav wraps beneath it, left-aligned. */
|
||||
/* Narrow phones: shrink a bit, but only wrap the nav below the brand if it
|
||||
actually stops fitting — the language menu is a compact pill now, not
|
||||
three spelled-out language names, so it fits alongside "About Legal" down
|
||||
to fairly small widths. flex-wrap on .site-header handles the overflow
|
||||
case on its own; no need to force it. */
|
||||
@media (max-width: 560px) {
|
||||
.site-header { gap: .5rem; }
|
||||
.brand { font-size: 1.15rem; }
|
||||
.site-nav { width: 100%; gap: .4rem 1rem; font-size: .95rem; }
|
||||
.site-nav { gap: .4rem 1rem; font-size: .95rem; }
|
||||
}
|
||||
|
||||
main { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue