mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Merge branch '1.13' into 1.14
* 1.13: Fix products grid
This commit is contained in:
commit
33869ba956
1 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ header .ui.three.column.stackable.grid > .column:nth-child(3) .button span {
|
|||
|
||||
#products.three.cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
grid-template-columns: repeat(3, minmax(240px, 1fr));
|
||||
gap: 30px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
|
@ -326,7 +326,7 @@ header .ui.three.column.stackable.grid > .column:nth-child(3) .button span {
|
|||
|
||||
.ui.four.doubling.cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
grid-template-columns: repeat(4, minmax(240px, 1fr));
|
||||
gap: 30px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue