Skip to content

Commit

Permalink
fix bug on docs header
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Nov 26, 2024
1 parent 97012a7 commit 03688ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/components/PackageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ ul {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1rem;
list-style-type: none;
list-style-type: none !important;
align-items: baseline;
padding: 0;
padding: 0 !important;
margin-bottom: 1.2rem;
}
Expand All @@ -59,7 +59,7 @@ li {
}
a {
text-decoration: none;
text-decoration: none !important;
}
li.version, li.link a {
Expand Down

0 comments on commit 03688ac

Please sign in to comment.