@media screen and (max-width: 760px) {
    .fc .fc-toolbar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
