Ever since making the <form> CSS generic, the language-switching link (actually a button) had a bunch of new styles to it and it looked kind of broken -- particularly on mobile.
Updated the "header" CSS to fix the styling for the language link.
Screenshots
before
after
language link is dropped below the Canada header (because
language link is flush with the top of the Canada header 👍
form has lots of margin and is full width + box-shadow looks like a bottom underline
button + form have no margin and box-shadow is removed 👍
Ever since making the
<form>
CSS generic, the language-switching link (actually a button) had a bunch of new styles to it and it looked kind of broken -- particularly on mobile.Updated the "header" CSS to fix the styling for the language link.
Screenshots