diff --git a/assets/css/main.css b/assets/css/main.css index 4c7aaa1..59aa844 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,5 +1,13 @@ @import "tailwindcss"; +body { + font-family: 'Poppins'; +} + +.container { + @apply max-w-4/5 mx-auto; +} + .btn-primary { @apply bg-blue-600 text-white px-4 py-2 rounded; } diff --git a/components/ArtistListItem.vue b/components/ArtistListItem.vue index b9086c4..9fdc094 100644 --- a/components/ArtistListItem.vue +++ b/components/ArtistListItem.vue @@ -4,11 +4,11 @@ const { runningOrder, country, artist, title, flag, artistID } = defineProps(['r \ No newline at end of file + + + + \ No newline at end of file diff --git a/layouts/default.vue b/layouts/default.vue index 68aed70..57dd604 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,13 +1,23 @@ \ No newline at end of file diff --git a/public/bg.avif b/public/bg.avif new file mode 100644 index 0000000..7f9f439 Binary files /dev/null and b/public/bg.avif differ diff --git a/public/bg.webp b/public/bg.webp new file mode 100644 index 0000000..bb7f112 Binary files /dev/null and b/public/bg.webp differ