Skip to content

Commit

Permalink
💄 set different font sizes for title and speaker/time
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Mar 30, 2024
1 parent 043c516 commit 6762835
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/themes/apus/views/session-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
}

.card .title {
font-size: var(--lumo-font-size-l);
font-size: var(--lumo-font-size-m);
}

.card .speaker, .card-footer {
font-size: var(--lumo-font-size-s);
}

.card-main {
Expand Down

0 comments on commit 6762835

Please sign in to comment.