_sass/home.scss in jekyll-theme-isotc211-0.2.3 vs _sass/home.scss in jekyll-theme-isotc211-0.2.4

- old
+ new

@@ -26,15 +26,20 @@ align-items: stretch; overflow-y: auto; margin-bottom: 1em; } .news-item-card { - flex-basis: 20em; max-width: 90vw; border-radius: .5em; padding: 0 .75em; background: #fff; margin-right: 1em; + + min-width: 320px; + @media screen and (min-width: $bigscreenBreakpoint) { + min-width: unset; + flex-basis: 20em; + } &.news-item--with-illustration { position: relative; .title, .excerpt {