Add Vision document to pages#45
Conversation
|
|
||
| The Haskell community comprises an amazing group of technical talent, and functions today as an almost entirely volunteer effort. The Haskell Foundation will not change that. Our goal is to make every member of the Haskell community, and every Haskell committee, feel more supported, and more productive. We want to enlarge and diversify our community going forward. Here’s a picture: | ||
|
|
||
|  |
There was a problem hiding this comment.
We can do better than an imgur link here. Don't know how tho. Help please!
rebeccaskinner
left a comment
There was a problem hiding this comment.
This is working well overall, but the header links now wrap because the additional vision link causes us to overflow the size of the header box.
The most straightforward solution here would be to change the maxWidth property of the container in src/components/Header.js:157 from lg to false; this disables the max width of the header container, which unfortunately means that if the window is maximized on a larger screen the header is now much wider than the content.
Relevant documentation seems to be here: https://material-ui.com/api/container/
There isn't any existing CSS setting the widths so we might be able to fix that by adding new CSS, but I'm not quite sure where that would go- perhaps in src/GlobalStyles.js ?

What? (required)
Adds Simon's HF Vision document content
Why? (optional)
Addresses #33, and because he asked me to!
How can this be tested? (optional)
N/A
Screenshots (optional)
[incoming]