Commit a3323f0
committed
fix(mobile-nav): inline social icons with logo on row 1, nav drops to row 2
The previous mobile header stacked as three centered rows (logo,
nav, social) which felt busy. Switch to a two-row layout: row 1
puts the logo on the left and social icons on the right via
flex-row + space-between; row 2 holds the nav via flex-basis:100%
and order:3. Header thins out, nav becomes the only centered row.
At ultra-narrow widths the row 1 contents can wrap if needed -
flex-wrap stays on - so the layout degrades gracefully.1 parent 01c8433 commit a3323f0
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
| 535 | + | |
535 | 536 | | |
| 537 | + | |
536 | 538 | | |
537 | 539 | | |
538 | 540 | | |
539 | | - | |
540 | | - | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
541 | 544 | | |
542 | 545 | | |
543 | 546 | | |
544 | 547 | | |
545 | 548 | | |
546 | 549 | | |
547 | 550 | | |
548 | | - | |
549 | 551 | | |
550 | 552 | | |
551 | 553 | | |
| |||
0 commit comments