aboutsummaryrefslogtreecommitdiff
blob: 00db9298c3213c6264575f633ba670eaddf166e3 (plain)
1
2
3
4
5
6
7
8
9
.site-welcome {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 1em;

  @media screen and (max-width: 767px) {
    font-size: 1.75em;
  }
}