Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
curegit committed Dec 15, 2023
1 parent ce26d72 commit 08fb4f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,19 @@ ol.breadcrumb > li.page {
.tag-list {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
gap: 6px 50px;
padding: 0;
list-style: none;
}

.tag-list li {
padding-left: 26px;
padding-left: 24.5px;
background-image: var(--tag-icon);
background-repeat: no-repeat;
background-position: left 6px;
background-size: auto 18px;
line-height: 1.6;
line-height: 1.65;
}

.tag-list li a {
Expand Down

0 comments on commit 08fb4f2

Please sign in to comment.