Add max-width to .campaign-banner so it's responsive for mobile
This commit is contained in:
parent
90cbf042c3
commit
7f37a826fe
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ body .campaign-banner {
|
||||||
max-height: 120px;
|
max-height: 120px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
Loading…
Reference in a new issue