USEPA / OneEPA-Standalone-App-Template

Standalone application template for non-www EPA.gov applications
22 stars 10 forks source link

Wrong breakpoint for search form border & button #5

Closed chorn99 closed 7 years ago

chorn99 commented 7 years ago

https://github.com/USEPA/OneEPA-Standalone-App-Template/blob/6f12aee8153348bf4ada8abcb557b9e56fcccd9f/css/core/style.css#L527-L531

https://github.com/USEPA/OneEPA-Standalone-App-Template/blob/6f12aee8153348bf4ada8abcb557b9e56fcccd9f/css/core/style.css#L589-L593

These breakpoints should be 65em instead of 61em to match when the search form actually gets moved into the .main-nav:

https://github.com/USEPA/OneEPA-Standalone-App-Template/blob/6f12aee8153348bf4ada8abcb557b9e56fcccd9f/css/core/style.css#L487-L499

cherrypj commented 7 years ago

Thanks!