- From: davemorris80 via GitHub <sysbot+gh@w3.org>
- Date: Tue, 20 Mar 2018 09:06:52 +0000
- To: public-css-archive@w3.org
@trondolsen It's a good suggestion but annoyingly the display: grid stuff is only supported by very new browsers: https://caniuse.com/#feat=css-grid - display: grid; - grid-column-gap: 0px; - grid-row-gap: 0px; - grid-template-columns: repeat(auto-fill, minmax(315px,1fr)); - grid-auto-rows: 25px; -- GitHub Notification of comment by davemorris80 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/945#issuecomment-374523934 using your GitHub account
Received on Tuesday, 20 March 2018 09:06:56 UTC