mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Change alternative grid recommendation
This commit is contained in:
@@ -73,7 +73,8 @@
|
||||
}
|
||||
}
|
||||
</code></pre>
|
||||
<p>Support for CSS Grid Layouts is <a href="http://caniuse.com/css-grid">very good</a>, but if you have an obligation to support older browsers, consider using the Bootstrap grid <a href="https://github.com/zirafa/bootstrap-grid-only">without any extras</a> in combination with Shoelace.</p>
|
||||
<h3 id="for-older-browsers">For Older Browsers</h3>
|
||||
<p>Support for CSS Grid Layouts is <a href="http://caniuse.com/css-grid">decent</a>, but if you have an obligation to support Internet Explorer or Edge < 16, consider using the <a href="http://flexboxgrid.com/">Flexbox Grid</a> in combination with Shoelace.</p>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
@@ -41,4 +41,6 @@ You can use media queries to make grids responsive. This is how we make the nav
|
||||
}
|
||||
```
|
||||
|
||||
Support for CSS Grid Layouts is [very good](http://caniuse.com/css-grid), but if you have an obligation to support older browsers, consider using the Bootstrap grid [without any extras](https://github.com/zirafa/bootstrap-grid-only) in combination with Shoelace.
|
||||
### For Older Browsers
|
||||
|
||||
Support for CSS Grid Layouts is [decent](http://caniuse.com/css-grid), but if you have an obligation to support Internet Explorer or Edge < 16, consider using the [Flexbox Grid](http://flexboxgrid.com/) in combination with Shoelace.
|
||||
|
||||
Reference in New Issue
Block a user