Don't hide last modification if height is small

Change-Id: Ic8986e8a9c36bd1c4ede9e604b07d93974c1a05f
This commit is contained in:
Szymon Kłos 2019-03-19 13:04:17 +01:00
parent c8285addec
commit 9e70d70588

View file

@ -105,7 +105,7 @@ body {
background: url('images/baseline-edit-24px.svg') no-repeat center !important;
}
@media (max-width: 900px),(max-device-height: 900px) {
@media (max-width: 900px) {
#menu-last-mod {
display: none;
}