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
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user