Browse Source

Fix Navbar covering heading while using anchor in docs (#3235)

* Fix Navbar covering heading while using anchor in docs

* reduced number of lines of code from 2 to 1

* Forgot to do tests before. Have done those now with no errors
main
Kavin Desi Valli 4 years ago
committed by GitHub
parent
commit
d493015fb7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/theme.js

1
src/theme.js

@ -318,6 +318,7 @@ const sharedStyles = {
},
lineHeight: 1.2,
scrollMarginTop: 120,
':first-child': {
'::before': {

Loading…
Cancel
Save