mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
add more grid configuration
- gap - manual items per row
This commit is contained in:
@@ -20,6 +20,25 @@
|
||||
width: 100%;
|
||||
max-width: calc(100% / var(--columns));
|
||||
height: 100%;
|
||||
padding: var(--theme-spacing-sm);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.item-row.gap-xs {
|
||||
padding: var(--theme-spacing-xs);
|
||||
}
|
||||
|
||||
.item-row.gap-sm {
|
||||
padding: var(--theme-spacing-sm);
|
||||
}
|
||||
|
||||
.item-row.gap-md {
|
||||
padding: var(--theme-spacing-md);
|
||||
}
|
||||
|
||||
.item-row.gap-lg {
|
||||
padding: var(--theme-spacing-lg);
|
||||
}
|
||||
|
||||
.item-row.gap-xl {
|
||||
padding: var(--theme-spacing-xl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user