feature: Home Page & Footer Mobile Friendly
Deploy DeepDrftAPI / Build, Publish & Bundle (push) Successful in 1m56s
Deploy DeepDrftManager / Build & Publish (push) Successful in 1m3s
Deploy DeepDrftPublic / Build & Publish (push) Successful in 3m22s
Deploy DeepDrftAPI / Deploy (push) Successful in 1m33s
Deploy DeepDrftManager / Deploy (push) Successful in 1m27s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m29s

This commit is contained in:
daniel-c-harvey
2026-06-07 13:48:12 -04:00
parent 4072197313
commit bd15b66aee
9 changed files with 147 additions and 20 deletions
@@ -47,15 +47,20 @@
color: var(--deepdrft-muted);
}
@media (max-width: 599px) {
@media (max-width: 440px) {
.deepdrft-footer {
padding: 1.5rem;
flex-wrap: wrap;
/*flex-wrap: wrap;*/
gap: 1rem;
}
.deepdrft-footer-links {
flex-direction: column;
gap: 0.25rem;
}
.deepdrft-footer-copy {
width: 100%;
text-align: right;
/*width: 100%;*/
justify-self: right;
}
}