You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
283 B
HTML

<style type="text/css">
.logos img {
margin: 20px;
object-fit: contain;
}
.logos.monetary img {
max-width: 320px;
max-height: 320px;
}
.logos.services img {
max-width: 170px;
max-height: 170px;
}
</style>
<div class="logos {{.Get 0}}">
{{ .Inner }}
</div>