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
|
|
@ -9,7 +9,7 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
body {
|
||||
font-family: "Joker";
|
||||
font-family: "Joker", sans-serif;
|
||||
font-size: var(--font-size-body);
|
||||
}
|
||||
|
||||
|
|
@ -30,3 +30,9 @@ h3,
|
|||
font-size: var(--font-size-h3);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: var(--font-size-h4);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue