/* Keep the site title left-aligned so it does not get clipped by the nav items. */
.navbar-brand-container.mx-auto {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

.navbar > .navbar-container {
  justify-content: flex-start;
}

.recent-updates-list {
  list-style: disc;
  padding-left: 1.5rem;
}

.recent-updates-list li {
  margin-bottom: 0.75rem;
}

.recent-updates-list .update-date {
  font-weight: 600;
  margin-right: 0.35rem;
}
