Closed mark-a-wilson closed 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.
Refactored the navbar markup and css to fix weird navbar behavior that was happening at screen resolutions 768—992px (see Issue #49).
header-area
markup that had been originally created around default Bootstrapnavbar
markup.header-area
styles from the CSS and added necessary overrides for the default Bootstrapnavbar
styles.