CHANGE logo display
This commit is contained in:
parent
dd6856f56b
commit
03317e4f9a
2 changed files with 5 additions and 2 deletions
|
@ -304,7 +304,8 @@ button {
|
|||
/* Funding */
|
||||
|
||||
.funding-logo {
|
||||
width: 9rem;
|
||||
max-width: 11rem;
|
||||
max-height: 9rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
|
|
|
@ -8,10 +8,12 @@
|
|||
{{end}}
|
||||
<div id="{{ $id }}" class="section {{if eq $odd 0}} section-even {{end}}">
|
||||
<div class="section-content funding">
|
||||
{{ with $logos.title }}
|
||||
<div class="title">
|
||||
<h1 class="content-title">{{ $logos.title }}</h1>
|
||||
<h1 class="content-title">{{ . }}</h1>
|
||||
<div class="divider"></div>
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="funding-logos">
|
||||
{{- range $logos.logos}}
|
||||
<a href="{{ .url }}"><img class="funding-logo" src="{{ .logo }}" alt="{{ .text }}"></a>
|
||||
|
|
Loading…
Reference in a new issue