mirror of
https://github.com/cloudmaker97/DurstRechner.git
synced 2025-12-06 07:58:39 +00:00
Kleinere Verbesserungen am Design
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
This commit is contained in:
parent
2f07379289
commit
f93fc66af3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue