Skip to content

Commit 174337d

Browse files
jmacotclaude
andcommitted
fix: ultimo card impar en small-row ocupa ancho completo en movil
Evita espacio en blanco cuando hay numero impar de cards en la fila small-row en layout 2 columnas (movil). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 201ec77 commit 174337d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@
563563
padding: 18px;
564564
}
565565
.small-row { grid-template-columns: 1fr 1fr; }
566+
.small-row .cell:last-child:nth-child(odd) { grid-column: 1 / -1; }
566567
.compact-row { grid-template-columns: 1fr; }
567568
}
568569

0 commit comments

Comments
 (0)