template/quitesimple: hack to hide sidebar in portrait mode

Este commit está contenido en:
Albert S. 2019-02-22 10:40:02 +01:00
padre 66ae3f4f81
commit 944e3a03cb

Ver fichero

@ -211,3 +211,12 @@ display: block;
color: red !important;
font-weight: bold;
}
@media screen and (orientation: portrait)
{
#sidebar
{
display: none;
}
}