_sass/home.scss in jekyll-theme-isotc211-0.4.8 vs _sass/home.scss in jekyll-theme-isotc211-0.4.9
- old
+ new
@@ -18,23 +18,23 @@
background: $headerFooterBackgroundColor;
box-shadow: 0 10px 20px -20px $mainShadowColor inset;
.items {
display: flex;
- flex-flow: row nowrap;
+ flex-flow: row wrap;
justify-content: flex-start;
align-items: stretch;
- overflow-x: auto;
padding-top: 1em;
padding-bottom: 1em;
}
.news-item-card {
max-width: 90vw;
border-radius: .5em;
padding: 0 $homeSectionItemSidePadding;
background: #fff;
margin-right: 1em;
+ margin-bottom: 1em;
box-shadow: 1px 1px 20px -5px rgba(black, 0.3);
min-width: 320px;
@media screen and (min-width: $bigscreenBreakpoint) {
min-width: unset;