fix footer credits row layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user