Fixed styling issue on mobile view with banner text.

This commit is contained in:
William Brawner 2015-09-06 16:26:15 -07:00
parent 7ead111a3b
commit 901a3272e3

View file

@ -254,3 +254,9 @@ body {
margin:0;
}
}
@media (max-width: 502px) {
.banner h1 {
position:static;
}
}