Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Increased navbar icons size and decreased gap #3359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bhavikrajpal49
Copy link

Fixes #3319

Changes Summary

Changes made in main.css

nav a:visited {
color: inherit;
display: inline-block;
fill: inherit;
margin: 0;
padding: 0 10px; /* Decreased the padding to reduce the gap between icons /
font-size: 1.3em; /
Increase the font size to make icons larger */
}

Copy link
Member

@lewisgoddard lewisgoddard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also changes the size of the navigation links that are text-based on the left. This issue isn't confirmed, so I wouldn't spend too much time on this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Icons need a minor updates
2 participants