Skip to content

Commit

Permalink
Fix calendar spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschwabauer committed Jan 6, 2024
1 parent ad85818 commit 57cb55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/CalendarYear.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
align-items: start;
gap: 1rem 1.5rem;
gap: 0rem 1.5rem;
flex: 1;
width: 100%;
height: 100%;
padding: 0 1.5rem 2.5rem;
padding: 0 1.5rem 3.5rem;
h2 {
text-align: center;
font-size: 1.2em;
Expand Down

0 comments on commit 57cb55e

Please sign in to comment.