Skip to content

Commit

Permalink
fixed the smallest logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolyn157 committed Oct 17, 2024
1 parent 42085e5 commit 6c06eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/components/MyVPHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref<boolean>
top: 50%;
/*rtl:ignore*/
left: 50%;
max-width: 192px;
max-height: 192px;
max-width: 356px;
max-height: 356px;
/*rtl:ignore*/
transform: translate(-50%, -50%);
}
Expand Down

0 comments on commit 6c06eb2

Please sign in to comment.