Skip to content

Commit 6f923f1

Browse files
committed
fix(download): background position of AOSC OS
1 parent 3cddf5d commit 6f923f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/download/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ if (recipeError || recipeI18nError) {
529529
/* These background styles are too complicated for inline tailwindcss */
530530
.aosc-os-container {
531531
background-image: url(/public/backgrounds/aosc-os.webp);
532-
background-position: right -1200px bottom -1260px;
532+
background-position: 0 -40px;
533533
background-size: 2000px;
534534
}
535535

0 commit comments

Comments
 (0)