bcgov / bcdevexchange

Code for the BCDevExchange website
https://bcdevexchange.org
Apache License 2.0
3 stars 0 forks source link

NEX-75 // refactor navbar and its styles #52

Closed mark-a-wilson closed 4 years ago

mark-a-wilson commented 4 years ago

Refactored the navbar markup and css to fix weird navbar behavior that was happening at screen resolutions 768—992px (see Issue #49).

parulmishra commented 4 years ago

SonarQube Analysis: https://sonarqube-ifttgq-tools.pathfinder.gov.bc.ca/dashboard?id=BCDevExchange-PR-52

parulmishra commented 4 years ago

SonarQube Analysis: https://sonarqube-ifttgq-tools.pathfinder.gov.bc.ca/dashboard?id=BCDevExchange-PR-52

mark-a-wilson commented 4 years ago

Thanks for the review, @parulmishra.

Re: layout of teasers on the homepage being messed up I discovered a missing } in the css file which will clean this up. (See https://github.com/bcgov/bcdevexchange/pull/52/commits/d97f149edc87bc442a41f0bd65aef2174c590eb3 I've just added. I don't think a new build gets triggered when I add a commit to an existing PR, does it? If not, I guess you'll have to run this branch locally to verify the fix.)

Re: using white backgrounds Yes, this was an off the cuff design decision I made with some previous branches. I did not ask Inderdeep to make mocks of this, I just went ahead and did it.

This PR is limited to refactoring the navbar and the Digital Marketplace banner at the top.