This commit is contained in:
jalvarado
2025-04-08 10:45:31 -06:00
parent 8d8299b71a
commit 587bbc4b7c
7 changed files with 45 additions and 44 deletions
+1 -2
View File
@@ -72,7 +72,6 @@ ul.list-unstyled li {
position: relative;
overflow: hidden;
margin: -1.5rem 1rem 0;
height: 60%;
@extend .rounded;
@extend .shadow;
@@ -82,7 +81,7 @@ ul.list-unstyled li {
bottom: 0;
left: 0;
width: 100%;
height: 50%; // ajusta según el tamaño deseado
height: 80%; // ajusta según el tamaño deseado
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
pointer-events: none;
z-index: 1;