Skip to content

Commit

Permalink
Adjust nav line-height to avoid text overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncfit authored Nov 7, 2022
1 parent 0e9d44d commit f1bc70a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
---

@import "{{ site.theme }}";

nav ul li {
line-height: 12px;
}

0 comments on commit f1bc70a

Please sign in to comment.