mirror of
https://github.com/cloudmaker97/DurstRechner.git
synced 2025-12-05 23:48:39 +00:00
Höhe der Elemente in der Reihe angleichen
This commit is contained in:
parent
8612acbf1e
commit
16c9cc1f8a
1 changed files with 5 additions and 2 deletions
|
|
@ -71,7 +71,7 @@
|
||||||
*/
|
*/
|
||||||
.product-list {
|
.product-list {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(200px, 4fr));
|
grid-template-columns: repeat(auto-fill, minmax(140px, 4fr));
|
||||||
gap: .4em;
|
gap: .4em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
|
||||||
|
|
@ -93,7 +93,10 @@
|
||||||
-khtml-user-drag: none;
|
-khtml-user-drag: none;
|
||||||
user-drag: none;
|
user-drag: none;
|
||||||
}
|
}
|
||||||
|
/* Make the product box responsive */
|
||||||
|
.card {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
/* Break the words on the card body */
|
/* Break the words on the card body */
|
||||||
.card-body span {
|
.card-body span {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue