@@ -671,6 +671,8 @@ $: {
position: relative; /* Ensure relative positioning for the gradient overlay */
overflow: hidden; /* To ensure the gradient does not overflow */
max-height: 330px; /* Limit the container's height */
+ width: 100%;
+ padding: 14px;
}
.darken-overlay::after {
@@ -680,7 +682,7 @@ $: {
left: 0;
right: 0;
height: 50px; /* Adjust as needed for the gradient effect */
- background: linear-gradient(0deg, rgb(9, 9, 11, 1), rgb(9, 9, 11, 0)); /* Smooth gradient transition */
+ background: linear-gradient(0deg, rgb(20, 20, 23, 1), rgb(20, 20, 23, 0)); /* Smooth gradient transition */
pointer-events: none; /* Ensure it doesn't interfere with text interaction */
}
\ No newline at end of file