Skip to content

Commit

Permalink
made calendar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
SaXoNG committed Dec 16, 2024
1 parent a7b0dd4 commit 62a61d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/blocks/calendar.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.calendar {
font-size: 30px;
$square-paddings: 10px;
padding: $square-paddings;
display: flex;
flex-wrap: wrap;
gap: $square-spacing;
Expand All @@ -15,8 +15,8 @@
cursor: pointer;
border: 1px solid black;
transition:
transform 500ms,
background-color 500ms;
transform 500ms,
background-color 500ms;

&:hover {
background-color: $background-color-hover;
Expand Down

0 comments on commit 62a61d1

Please sign in to comment.