miller-center / first-year

HTML/CSS/JS for First Year 2017 project pages
0 stars 0 forks source link

advisory council link target (in about page) obscured by nav bar #49

Closed MatthewStephens closed 9 years ago

MatthewStephens commented 9 years ago

Looks like our h3#advisory target is not affected by the Javascript in first-year.js designed to account for the 60px header navigational element.

This should be corrected so that the heading "Advisory Council" is clearly visible, whether the link is activated from the about page or from elsewhere.

MatthewStephens commented 9 years ago

links in the main header menu were not relative anchors (nor should they be) and thus were not bound to this behavior. I've fixed this as of 9e09898767

See 7124b1076fac for the change in Javascript bindings.

Thanks to Sheila for the catch.