yvonne-liu / week16

3 stars 1 forks source link

Home: scale font as screen grows #43

Open jessicasalmon opened 7 years ago

jessicasalmon commented 7 years ago

when screen width is above approx 750px, the text should appear larger (currently looks a bit lost).

screen shot 2017-06-09 at 09 31 14

@media (min-width:750px) {
- increase font-size AND/OR
- increase letter spacing
}