start event card content and add schedule method
This commit is contained in:
parent
c1a94e832f
commit
be549bba16
12 changed files with 102 additions and 11 deletions
|
|
@ -4,5 +4,11 @@ body.progress * {
|
|||
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
column-gap: var(--space-m);
|
||||
row-gap: calc(var(--space-m) / 2);
|
||||
}
|
||||
|
||||
.grid__item {
|
||||
grid-column: span var(--span);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue