Fix
A more responsive home page
Fix responsive bug for home page overflowing. This allows the developer card at the start of the page to properly overflow and not bleed into the next section. Do this by using min-height instead of height.
Fixed company url validation
Now when editing a company profile, the URL field properly validates the URL. Protocols are required to save (either http://
or https://
). Also made the same improvement when companies onboard.
Fixed mobile post a job button
On smaller screen sizes, the "Post a job" button on the company search page now works properly.