Skip to content

Commit

Permalink
added vertical distance between calendar toolbar for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilvunnam committed Oct 31, 2024
1 parent db56680 commit 50e06b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ full-calendar {
display: flex;
flex-direction: column;
align-items: center;

@media only screen and (max-width: #{$screen-sm}) {
.fc-toolbar-chunk {
margin: 0.5rem 0;
}
}
}
.fc-button-primary {
position: relative;
Expand Down

0 comments on commit 50e06b5

Please sign in to comment.