Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
julia303920201 committed Dec 20, 2024
1 parent ec81c88 commit 5cbd9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ body {
}

@for $i from 28 through $month-length {
.calendar--moth-length-#{$i}.calendar__day:nth-child(n + #{$i + 1}) {
.calendar--month-length-#{$i}.calendar__day:nth-child(n + #{$i + 1}) {
display: none;
}
}
Expand Down

0 comments on commit 5cbd9c5

Please sign in to comment.