/* CSCI 1730: course-only styling. Loaded after common/theme.css (see the
   Makefile), so anything here overrides the shared theme. Colors and fonts
   come from course-config.rkt, not from here. */

/* figures (see `fig` in lib.rkt) */
.figure { text-align: center; margin: 1.6em 0; }

/* Racket code blocks */
.RktBlk { background-color: var(--bg-code); padding: 10px; }

/* Staff: four people, so a 2x2 grid rather than the theme's three-up */
.StaffCards ul { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .StaffCards ul { grid-template-columns: 1fr; } }
