Merge branch 'main' into feature/product_page

This commit is contained in:
2026-04-01 12:22:52 +02:00
4 changed files with 6 additions and 1 deletions
+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));