diff --git a/src/lib/components/artList.svelte b/src/lib/components/artList.svelte
index 760adca..f2f150d 100644
--- a/src/lib/components/artList.svelte
+++ b/src/lib/components/artList.svelte
@@ -1,9 +1,16 @@
-
@@ -442,7 +455,7 @@
@@ -528,8 +541,9 @@
.hidden {
display: none;
}
- .infoflex {
+ .infoflex.flex {
margin: 15px;
+ justify-content: start;
}
.flex-wrapped {
display: flex;
@@ -555,8 +569,10 @@
}
.banner {
width: 100%;
- max-height: 100%;
+ max-height: 40vh;
object-fit: cover;
+ object-position: center top;
+ overflow: hidden;
}
.banner-container .fader {
position: absolute;
@@ -565,7 +581,7 @@
width: 100%;
height: 100%;
z-index: 1;
- background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
+ background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 100%);
}
.genre {
border-radius: 5px;