feature: Mobile homepage updates
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-06-16 06:38:17 -05:00
parent ffaecf2874
commit 743aef0eec
7 changed files with 310 additions and 16 deletions
+32
View File
@@ -19,3 +19,35 @@
a { @apply text-white hover:text-primary-500 underline underline-offset-2; }
}
}
@media (max-width: 767px) {
.site-footer {
padding-block: 2.25rem 1.25rem;
}
.site-footer > .container {
gap: 1.5rem 1rem;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
padding-inline: 1rem;
}
.site-footer .site-footer__logo {
max-width: 6rem;
}
.site-footer .widget li {
font-size: var(--text-14px);
line-height: 1.1;
margin-bottom: 0.4rem;
}
.site-footer .widget h4 {
font-size: var(--text-16px);
margin-bottom: 0.5rem;
}
.site-footer .text-right {
align-items: flex-start;
text-align: left;
}
}