Cambio font stylesheet su body

This commit is contained in:
2026-04-01 11:46:44 +02:00
parent c9da3bff72
commit d87da899bb
+3
View File
@@ -1,3 +1,6 @@
body{
font-family: Arial, Helvetica, sans-serif;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));