I think it would be easier to navigate if you make the tab menu bar "sticky" so that it will not go away when you scroll down. Otherwise, you have to scroll back to the top to get back to the menu bar, which can involve a lot of scrolling in some cases.
Just add navigation.tabs.sticky to the features section:
features:
...
- navigation.tabs
- navigations.tabs.sticky
...
I think it would be easier to navigate if you make the tab menu bar "sticky" so that it will not go away when you scroll down. Otherwise, you have to scroll back to the top to get back to the menu bar, which can involve a lot of scrolling in some cases.
Just add
navigation.tabs.stickyto thefeaturessection: