/** CSS for pages that need changes on M1 chip where we can no longer compile. */
.icon-mastodon::before {
  content: ' ';
}
.icon-mastodon {
  background-image: url(../images/mastodon.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
}

.footer-bar p.footer-text {
  margin: 15px;
  font-size: 1em;
}