Make footer smaller

2b6c59fe18e6d7267938298be68f662c86f8e819
Alexis Sellier committed ago 1 parent dc27f5ad
static/style.css +1 -1
716 716
717 717
footer {
718 718
  margin-top: 1.5rem;
719 719
  padding: 0.75rem 0 1.5rem;
720 720
  border-top: 1px solid var(--border);
721 -
  font-size: 1rem;
721 +
  font-size: 0.875rem;
722 722
  color: var(--fg-dim);
723 723
}
724 724
725 725
footer p {
726 726
  display: flex;
templates/layout.html +1 -1
25 25
<main>
26 26
{{template "content" .}}
27 27
</main>
28 28
{{if not .Repo}}
29 29
<footer>
30 -
  <p><span>&copy; 2026 Radiant Computer</span><span class="powered-by">Powered by <a href="https://code.radiant.computer/forge">Radiant Forge</a></span></p>
30 +
  <p><span class="powered-by">Powered by <a href="https://code.radiant.computer/forge">Radiant Forge</a></span><span class="copyright">&copy; 2026 Radiant Computer</span></p>
31 31
</footer>
32 32
{{end}}
33 33
</div>
34 34
<script src="{{.BaseURL}}/js/hirad.js"></script>
35 35
<script src="{{.BaseURL}}/js/hiril.js"></script>