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:
@@ -94,6 +94,20 @@ Please see LICENSE in the repository root for full details.
|
|||||||
justify-self: end;
|
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) {
|
@media (max-width: 370px) {
|
||||||
.raiseHand {
|
.raiseHand {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user