increased the y-Gap in the masonry-grid component for a better overview

This commit is contained in:
Markus 2023-03-13 15:01:08 +01:00
parent 529540bd73
commit 851679fe33

View File

@ -30,7 +30,7 @@ export default {
/* dirty fix to override broken styleguide inline-styles */
.ds-grid {
grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)) !important;
gap: 16px !important;
gap: 32px 16px !important;
grid-auto-rows: 20px;
}