INN / umbrella-ghn

Umbrella repository for Georgia Health News
GNU General Public License v2.0
0 stars 1 forks source link

Homepage fixes #11

Closed benlk closed 4 years ago

benlk commented 4 years ago

Changes

This pull request makes the following changes:

Why

For #7

Testing/Questions

Features that this PR affects:

Questions that need to be answered before merging:

Steps to test this PR:

  1. Check it out, then view it at many screen sizes
  2. Play with the search in the menu
  3. Play with the hoverable elements on the page
joshdarby commented 4 years ago

Are we worried about the ridiculous number of stylesheets on this site and do we want to investigate a plugin that might concatenate and/or tree-shake them?

We can probably worry about this in #3

Fixes the header image being wider than its container at specific viewport widths

This looks good

Fixes the black image overlay appearing underneath following elements on the page, by adjusting the z-index of an ancestor element

This looks good

Replaces fake search button in mobile nav at certain viewport widths with an actual search button

This looks good, but I'm seeing an unstyled search button from 970px to 768px?

This branch: Screen Shot 2020-04-09 at 12 34 17 PM

Master: Screen Shot 2020-04-09 at 12 33 20 PM

benlk commented 4 years ago

Screen Shot 2020-04-14 at 22 56 45

Should be fixed now.