mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
test(radio): update css to max 3 per row but wrap
This commit is contained in:
@ -15,9 +15,9 @@
|
|||||||
<style>
|
<style>
|
||||||
.grid {
|
.grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||||
grid-row-gap: 20px;
|
grid-gap: 20px;
|
||||||
grid-column-gap: 20px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
Reference in New Issue
Block a user