Skip to content

Commit

Permalink
Change grid minmax definition for newsflash module (#30781)
Browse files Browse the repository at this point in the history
Change grid minmax definition for newsflash module to better fit in small displays
See issue joomla/cassiopeia#119
  • Loading branch information
drmenzelit committed Sep 27, 2020
1 parent 9cc6cb1 commit 2222edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/media_source/mod_articles_news/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.mod-articlesnews-horizontal {
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.mod-articlesnews-horizontal li:not(:last-child) {
margin-right: 0;
Expand Down

0 comments on commit 2222edd

Please sign in to comment.