Very nit picky but the website footer's netlify badge is slightly off-center to the right.
It's tough to make this work with flexbox since the left "License" section has more width than the right "Github" section 馃槄
What do you think about either:
- Move the "Github" link from the footer to the header (external link next to "About"). The "Netlify" badge then moves all the way to the right.
- Apply
flex-direction: column to the footer so it's a vertical stack instead of horizontal stack.
Option 2 seems the most straight-forward to implement and have responsive design. Happy to open up a quick PR for this!
Very nit picky but the website footer's netlify badge is slightly off-center to the right.
It's tough to make this work with flexbox since the left "License" section has more width than the right "Github" section 馃槄
What do you think about either:
flex-direction: columnto the footer so it's a vertical stack instead of horizontal stack.Option 2 seems the most straight-forward to implement and have responsive design. Happy to open up a quick PR for this!