/*  MAIN CSS FILE FOR THE LEMDO CLASSROOM */
/*  NOTE THAT THIS CSS FILE MUST BE INCLUDED
 * AFTER variables.css and lemdo_main.css and cannot
 * work by itself */
/* Make banner image smaller to fit. */
h1 img {
  width: 60%;
}

footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer > * {
  margin-left: auto;
  margin-right: auto;
}
footer div.about ul, footer div.timestamp ul {
  padding-left: 0;
  margin-top: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
footer div.about ul a, footer div.timestamp ul a {
  color: var(--link-color);
}
footer div.supporters ul, footer div.compliance ul {
  list-style-type: none;
  font-variant: small-caps;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1em;
}
footer div.supporters > ul li {
  margin-bottom: 0.5em;
}
footer div.supporters div.para {
  text-align: center;
  margin-bottom: 0.5em;
}

/*# sourceMappingURL=peer-review.css.map */
