body > #page .site-info {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body > #page .site-info {
    font-size: 21px;
  }
}
