Skip to content

Commit

Permalink
fix: embed calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Oct 31, 2023
1 parent f015fde commit d4e7a2f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions app/javascript/stylesheets/calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,23 @@
grid-auto-rows: auto auto;
}

@media screen and (max-width: 576px) {
.month:nth-last-child(-n+7) {
display: none;
}
}

@media screen and (max-width: 768px) {
.month:nth-last-child(-n+4) {
display: none;
}
}

@media screen and (max-width: 1200px) {
.month:nth-last-child(-n+2) {
display: none;
}
}
// @media screen and (max-width: 576px) {
// .month:nth-last-child(-n+7) {
// display: none;
// }
// }

// @media screen and (max-width: 768px) {
// .month:nth-last-child(-n+4) {
// display: none;
// }
// }

// @media screen and (max-width: 1200px) {
// .month:nth-last-child(-n+2) {
// display: none;
// }
// }

.month {
box-sizing: border-box;
Expand Down

0 comments on commit d4e7a2f

Please sign in to comment.