Skip to content

Commit

Permalink
docs: fix the css attribute (element-plus#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Sep 24, 2021
1 parent 8849736 commit ff6e358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/vitepress/components/globals/vp-changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ onMounted(async () => {
.changelog-versions {
display: flex;
align-items: center;
justfy-content: space-between;
justify-content: space-between;
margin-bottom: 1rem;
p {
Expand All @@ -100,7 +100,7 @@ onMounted(async () => {
.changelog-header {
display: flex;
align-items: flex-start;
justfy-content: space-between;
justify-content: space-between;
.changelog-meta {
display: flex;
Expand Down

0 comments on commit ff6e358

Please sign in to comment.