feat(card): better style on large screen

This commit is contained in:
Anhgelus Morhtuuzh 2024-12-01 14:08:56 +01:00
parent 1bd6521309
commit 26c50463fc
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 15 additions and 4 deletions

View file

@ -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}}