We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback from circ staff about the visual distinction of the tabs.
Increase the height of the tabs to 1rem from .5, and increase the vertical space between main-nav and tabs. This worked for me:
.nav-tabs .nav-link { padding: 1rem; margin-top: 1rem; }
Before
After
The text was updated successfully, but these errors were encountered:
Increase top padding fixes #354
c6295b1
Add padding and margin fixes #354
1a7fe5d
4c07e67
Merge pull request #372 from sul-dlss/354
0c4ab0e
mejackreed
No branches or pull requests
Feedback from circ staff about the visual distinction of the tabs.
Increase the height of the tabs to 1rem from .5, and increase the vertical space between main-nav and tabs. This worked for me:
Before
![Screen Shot 2019-07-30 at 2 12 33 PM](https://user-images.githubusercontent.com/6945691/62165980-7fe47400-b2d4-11e9-9cc2-f84745410313.png)
After
![Screen Shot 2019-07-30 at 2 12 02 PM](https://user-images.githubusercontent.com/6945691/62166004-8b379f80-b2d4-11e9-8664-e95a88a20099.png)
The text was updated successfully, but these errors were encountered: