Kleinere Verbesserungen am Design
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run

This commit is contained in:
Dennis Heinrich 2025-04-08 18:32:18 +02:00
parent 2f07379289
commit f93fc66af3

View file

@ -59,6 +59,10 @@
gap: .4em; gap: .4em;
padding-bottom: 1em; padding-bottom: 1em;
@media screen and (max-width: 500px) {
grid-template-columns: repeat(auto-fill, minmax(150px, 4fr));
}
/** /**
* Product box for product list * Product box for product list
* @param {string} data-attr - product attribute * @param {string} data-attr - product attribute