This commit is contained in:
Carlos Fernandez 2026-06-01 22:04:03 +02:00 committed by GitHub
commit 3ef2a7d503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3 additions and 6 deletions

View file

@ -72,7 +72,7 @@
height: 300px;
width: 100%;
object-fit: cover;
mask-image: linear-gradient(0deg, transparent 0%, black 10%);
mask-image: linear-gradient(0deg, transparent 0%, black 6.25%);
cursor: pointer;
}
@ -142,7 +142,6 @@
.item-name {
input[type='text'] {
font-size: var(--font-size-32);
height: 42px;
text-align: center;
width: 90%;
transition: all 0.3s ease;