template/quitesimple: footer: Don't show login and edit time in portrait mode

Tá an tiomantas seo le fáil i:
Albert S. 2020-08-23 22:03:21 +02:00
tuismitheoir de240786c7
tiomantas 721348268a

Féach ar an gComhad

@ -219,4 +219,13 @@ display: block;
{
display: none;
}
}
#footer li:nth-child(-n+2)
{
display: none;
}
#footer li:nth-of-type(3)
{
text-align: center;
width: 100%;
}
}