feat(card): better style on large screen
This commit is contained in:
parent
1bd6521309
commit
26c50463fc
3 changed files with 15 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{{define "body"}}
|
||||
<div class="credits-legal">
|
||||
<div class="credits-legal" style="{{ .GetBackground }}">
|
||||
<h2>Legal information</h2>
|
||||
<p>
|
||||
Other legal information are available <a href="{{ .Legal.LegalInformationLink }}" target="_blank">here</a>.
|
||||
|
@ -16,4 +16,4 @@
|
|||
<h3>Font credits</h3>
|
||||
<p>{{ .Legal.FontSource }}</p>
|
||||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue