fix footer credits row layout

This commit is contained in:
Vincent van der Wal
2026-07-22 13:06:54 +02:00
parent 244359474d
commit e4412078ea
+5 -4
View File
@@ -172,8 +172,8 @@
</nav> </nav>
{/if} {/if}
</div> </div>
<div class="footer-inner footer-credits"> <div class="footer-credits">
© {new Date().getFullYear()} Streba · Map style self-hosted · Terrain © {new Date().getFullYear()} Streba · Terrain
<a href="https://mapterhorn.com">© Mapterhorn</a> · Peak data <a href="https://mapterhorn.com">© Mapterhorn</a> · Peak data
<a href="https://www.openstreetmap.org/copyright">© OpenStreetMap contributors</a> <a href="https://www.openstreetmap.org/copyright">© OpenStreetMap contributors</a>
</div> </div>
@@ -350,8 +350,9 @@
color: var(--text-primary); color: var(--text-primary);
} }
.footer-credits { .footer-credits {
padding-bottom: 1.75rem; max-width: 1080px;
padding-top: 0.75rem; margin: 0 auto;
padding: 0.75rem 1.25rem 1.75rem;
color: var(--text-muted); color: var(--text-muted);
font-size: 0.78rem; font-size: 0.78rem;
} }