elementary / website

The elementary.io website
https://elementary.io
MIT License
1.24k stars 708 forks source link

Increased navbar icons size and decreased gap #3359

Open bhavikrajpal49 opened 11 months ago

bhavikrajpal49 commented 11 months ago

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 / }