Skip to content

Commit 261c105

Browse files
committed
fix: avoid cropping logo in about&new slideshow
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent 1af3769 commit 261c105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SlideShow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function goToPage(pageId: string) {
221221
background-image: var(--image-logoheader, var(--image-logo, v-bind(cssLogoUrl)));
222222
background-repeat: no-repeat;
223223
background-position: center;
224-
background-size: 100px;
224+
background-size: contain;
225225
margin: auto;
226226
position: absolute;
227227
left: 0;

0 commit comments

Comments
 (0)