Skip to content

Commit

Permalink
[TASK] Small style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy Gnodde committed Mar 14, 2024
1 parent 2910193 commit e0f6fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/card.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default css`
div.container div.day div.date span.number {
font-size: 350%;
line-height: 1.2em;
}
div.container div.day div.date span.text {
Expand All @@ -44,7 +45,6 @@ export default css`
}
div.container div.day div.events div.event {
cursor: pointer;
border-left: 5px solid var(--border-color, var(--divider-color, #ffffff));
}
Expand Down

0 comments on commit e0f6fe4

Please sign in to comment.