Merge pull request #2754 from robintown/footer-fix

Fix footer not adapting to narrow windows
This commit is contained in:
Robin
2024-11-11 11:11:23 -05:00
committed by GitHub

View File

@@ -94,6 +94,20 @@ Please see LICENSE in the repository root for full details.
justify-self: end;
}
@media (max-width: 660px) {
.footer {
grid-template-areas: ". buttons buttons buttons .";
}
.logo {
display: none;
}
.layout {
display: none !important;
}
}
@media (max-width: 370px) {
.raiseHand {
display: none;