Fix lack of styling of campaign banners and properly clips images

This commit is contained in:
Eric Schultz 2018-11-07 16:48:34 -06:00
parent a3795b6601
commit 64db067e2c

View file

@ -1,8 +1,9 @@
/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */ /* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
body > .campaign-banner { body .campaign-banner {
margin: auto; margin: auto;
width: 980px; width: 980px;
max-height: 120px; max-height: 120px;
text-align: center; text-align: center;
overflow: hidden;
} }