Skip to content

Commit

Permalink
fix calendar toolbar font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tubo committed Jun 20, 2024
1 parent 7f100d8 commit f2176c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions radscheduler/static/sass/project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ $red: #b94a48;
border-color: $dark-pink;
color: $red;
}

// smaller fullcalendar header toolbar for smaller screens
@media (max-width: 768px) {
.fc-header-toolbar {
font-size: 0.8em;
}
}

0 comments on commit f2176c5

Please sign in to comment.