Skip to content

Commit

Permalink
fix(section-navigation): set font size and line height
Browse files Browse the repository at this point in the history
  • Loading branch information
yomatters committed Aug 21, 2024
1 parent 4c12099 commit 5c7ef8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/section-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
padding: 10px 0;
}
.section-navigation li {
line-height: 1;
list-style-type: none;
flex: 0 0 auto;
font-size: 1rem;
margin: 10px 0 10px 20px;
padding: 0;
}

0 comments on commit 5c7ef8a

Please sign in to comment.