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>
{/if}
</div>
<div class="footer-inner footer-credits">
© {new Date().getFullYear()} Streba · Map style self-hosted · Terrain
<div class="footer-credits">
© {new Date().getFullYear()} Streba · Terrain
<a href="https://mapterhorn.com">© Mapterhorn</a> · Peak data
<a href="https://www.openstreetmap.org/copyright">© OpenStreetMap contributors</a>
</div>
@@ -350,8 +350,9 @@
color: var(--text-primary);
}
.footer-credits {
padding-bottom: 1.75rem;
padding-top: 0.75rem;
max-width: 1080px;
margin: 0 auto;
padding: 0.75rem 1.25rem 1.75rem;
color: var(--text-muted);
font-size: 0.78rem;
}