/**
 * css/about-calendar.css: styles for calendar page
 *
 * Copyright 2024 San Antonio Buddhist Vihara
 *
 * Author: Sudaraka Wijesinghe <sudaraka@sudaraka.org>
 *
 */

@media only screen and (max-width: 767px) {
  .page-content {
      padding: 1em;
    }
}

.fc-event-main {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fc-event-main i.fa {
  margin: auto .25em;
}
