Skip to content

Commit

Permalink
Merge pull request #5 from FamousWolf/style-tweaks
Browse files Browse the repository at this point in the history
[TASK] Small style tweaks
  • Loading branch information
FamousWolf authored Mar 14, 2024
2 parents 2910193 + e0f6fe4 commit 80be93a
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 80be93a

Please sign in to comment.