snippet colors

This commit is contained in:
Víctor Losada Hernández
2026-09-10 11:36:19 +02:00
parent 260f8c364b
commit 9c62207ae9
3 changed files with 25 additions and 4 deletions
@@ -54,7 +54,7 @@
--columns : 4;
display : grid;
grid-template-columns : repeat(var(--columns), 1fr);
column-gap : 40px;
gap : 20px;
justify-items : center;
@media screen and (max-width : 1700px) {--columns : 3;}