Fix lack of styling of campaign banners and properly clips images
This commit is contained in:
parent
a3795b6601
commit
64db067e2c
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue