upstream small screen header changes (#141)

This commit is contained in:
Ricky Vetter 2017-10-18 12:44:28 -07:00 committed by Joel Marcey
parent 768ed88978
commit 30eea17a24

View file

@ -557,6 +557,15 @@ header h2 {
margin-left: 10px;
font-size: 16px;
}
@media (max-width: 375px) {
.logo {
display: none;
}
.headerTitle {
font-size: 17px;
}
}
.promoSection {
display: flex;