/* Small tweaks that do not need SCSS variables. The theme lives in theme/fad.scss. */

/* Wide tables (calendar, comparisons) scroll instead of breaking the layout */
.table-responsive-wrapper { overflow-x: auto; }

/* Figures generated by figures/*.py keep some air around them */
figure > img { margin-block: .4rem; }

@media (max-width: 600px) {
  .calendar-table { font-size: .82rem; }
  .calendar-table td.date-col { font-size: .78rem; }
}
