Add max-width to .campaign-banner so it's responsive for mobile

This commit is contained in:
Eric Schultz 2020-10-13 15:40:41 -05:00 committed by Eric Schultz
parent 90cbf042c3
commit 7f37a826fe

View file

@ -7,4 +7,5 @@ body .campaign-banner {
max-height: 120px;
text-align: center;
overflow: hidden;
max-width: 100%;
}