brucestull / technology-and-perceptibility

Accessible web application with data storage, analysis, and presentation.
GNU General Public License v3.0
0 stars 1 forks source link

Application header contents in understandable order. #156

Closed brucestull closed 2 years ago

brucestull commented 2 years ago

Application header has following layout:

|  Link Library |  <<== is block element so stays above login and nav.
| <login block> | <nav block> |

In mobile view:

  1. Page h1
  2. nav block
  3. login block

Application header contents stack and flex in reasonable way.