update: footer

This commit is contained in:
HDVinnie
2025-09-27 15:51:17 -04:00
parent f31f846652
commit feb6b298a9
3 changed files with 8 additions and 4 deletions

10
app.css
View File

@@ -154,10 +154,10 @@ a { color: inherit; text-decoration: none; }
/* Footer */
.footer { background: var(--dark); border-top: 1px solid var(--border); padding: .9rem 0; }
.footer__row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.footer__row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; flex-wrap: wrap; }
.footer__logo { font-size: 1.05rem; font-weight: 800; display: inline-flex; align-items: center; gap: .5rem; }
.footer__logo span { color: inherit; }
.footer__rights { color: var(--gray); font-size: .9rem; white-space: nowrap; }
.footer__rights { color: var(--gray); font-size: .9rem; white-space: nowrap; margin-left: auto; text-align: right; }
/* Progress (donations) */
.progress { background: var(--darker); border: 1px solid var(--border); border-radius: .6rem; padding: .9rem; margin: 0 auto 1rem; max-width: 860px; }
@@ -197,6 +197,12 @@ a { color: inherit; text-decoration: none; }
.donor-callout .btn { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
.footer__row { flex-direction: column; align-items: stretch; gap: .6rem; }
.footer__logo { justify-content: flex-start; }
.footer__rights { align-self: flex-end; width: 100%; text-align: right; white-space: normal; }
}
/* Responsive */
@media (max-width: 860px) {
.header__toggle { display: inline-flex; }

View File

@@ -206,7 +206,6 @@
<footer class="footer">
<div class="u-container footer__row">
<div class="footer__logo"><img src="./media/logo.png" alt="HDInnovations logo" class="brand__logo"/>HDInnovations</div>
<div class="footer__rights">© <span id="year"></span> HDInnovations. All rights reserved.</div>
</div>
<script>

View File

@@ -396,7 +396,6 @@
<footer class="footer">
<div class="u-container footer__row">
<div class="footer__logo"><img src="./media/logo.png" alt="HDInnovations logo" class="brand__logo"/>HDInnovations</div>
<div class="footer__rights">© <span id="year"></span> HDInnovations. All rights reserved.</div>
</div>
<script>