/** 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;
  position: relative;
  top: -4px;
  height: 30px;
}
