2020-06-12 20:03:43 +00:00
|
|
|
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
|
|
Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */
|
2018-11-07 20:48:11 +00:00
|
|
|
|
2018-11-07 22:48:34 +00:00
|
|
|
body .campaign-banner {
|
2018-11-07 20:48:11 +00:00
|
|
|
margin: auto;
|
|
|
|
width: 980px;
|
|
|
|
max-height: 120px;
|
|
|
|
text-align: center;
|
2018-11-07 22:48:34 +00:00
|
|
|
overflow: hidden;
|
2020-10-13 20:40:41 +00:00
|
|
|
max-width: 100%;
|
2018-11-07 20:48:11 +00:00
|
|
|
}
|