Fix footer not adapting to narrow windows

This CSS block was added last week but seems to have become lost along the way in a merge.
This commit is contained in:
Robin
2024-11-11 11:04:49 -05:00
parent 29469501db
commit a045cc042b

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;