Skip to content

Commit

Permalink
Change the margin/padding of featured links
Browse files Browse the repository at this point in the history
- Make the margin/padding of featured links match the other links on the sidebar
  • Loading branch information
K4orta committed Oct 25, 2016
1 parent 6bb2196 commit b003adb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/aframe/source/css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,10 @@ ul {

li {
line-height: 30px;
margin-left: -3px;
padding: 2px 4px 2px 3px;
text-transform: uppercase;

&:hover {
background-color: rgba(0,0,0,0.05);
}
Expand Down

0 comments on commit b003adb

Please sign in to comment.