16 Commits (6364cdd9d188fa83e9d0a0f0a3e64febcfa94691)

Author SHA1 Message Date
Caleb Taylor 24323a9c95 Responsive carbon (#925)
* From 768px to 920px, toolbar overflows container, shifted media query at max-width of 920px

* min-width of main content is larger than viewport, causing overflow

* main page has scrollbars even though all content visually is within viewport, removed/lessened margin on main and body

* On Firefox, the items inside toolbar second row would not match to container's height, thus would be smaller. 'flex: 1' applys flex growth, but sets the initial size of item to 0%. flex basis needs to be added as auto to fit the parent's main size property.

Co-authored-by: Michael Fix <mrfix84@gmail.com>
5 years ago
Andrew Dassonville 31de1df62f Display login button on all pages (#909) 5 years ago
Michael Fix 10cc6fdb93
Improve mobile UI (#875)
* make toolbar fit window on mobile

* don't prefetch /about

* improve /about page

* fix layout for /account and /snippets

* fix img on /about mobile

* unneeded change
5 years ago
Mike Fix 30b26bfc6a better header on mobile 5 years ago
Mike Fix a44756b2ab don't show announcement when signed in 5 years ago
Michael Fix e0ed4bebdc Merge in 4.0.0 (#850)
* merge in 4.0

* dev mode with firebase impl

* useReducer for toasts state
5 years ago
Mike Fix 6babce42a9 make page a React components 6 years ago
Jake Dexheimer b7c8466711 fix mobile overflow issue (#468) 6 years ago
Michael Fix 5a4cdd7d7f
Lint and fix issues, don't add linting yet though (#293)
* Lint and fix issue, don't add linting yet though

* Clean up

* Remove /about href
7 years ago
Michael Fix 048ab355ff First accessability changes (#200)
* First accessability changes

* Add <main>

* <header>
7 years ago
Andrew 3cbcb49c27 Remove semicolons 7 years ago
Andrew Dassonville 7e69ca2897 Add prettier 7 years ago
Jake Dexheimer bb38cd1d63 Fix overflow-x 7 years ago
Jake Dexheimer 026b3443ef Clean up margin styles 7 years ago
Jake Dexheimer d6dfe3f446 Add hero text toggle 7 years ago
Jake Dexheimer 7687ccd05d Refactor into Page component 7 years ago