Skip to content

Commit

Permalink
Merge pull request #2 from LesiaUKR/footer
Browse files Browse the repository at this point in the history
update vite.config
  • Loading branch information
LesiaUKR authored Aug 23, 2024
2 parents dfcffca + 17487e0 commit 4e7ce2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/scss/footer.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
.container {
@include font(
16,
24
); // Застосувати розмір шрифту 16px і line-height 24px для мобільних пристроїв

@include media(mobile) {
padding: 0 16px;
}

@include media(desktop) {
padding: 0 72px;
@include font(18, 28); // Зміна розміру шрифту і line-height для десктопів
}
}
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ export default defineConfig(({ command }) => {
},
},
},
base: '/vanilla-vite-template',
base: '/wonka_world_candy_match_landing_page',
};
});

0 comments on commit 4e7ce2a

Please sign in to comment.