Add background image and styling improvements for artist cards

This commit is contained in:
Esa Kataja
2025-05-04 17:10:57 +03:00
parent 1a20721cbb
commit 1b403c3d2b
5 changed files with 31 additions and 6 deletions
+8
View File
@@ -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;
}