Hide article text on mobile with list mode

This commit is contained in:
Nicolas Lœuillet
2016-11-28 11:26:08 +01:00
parent 8f3ff39ca3
commit 56a7ce17f3
5 changed files with 9 additions and 3 deletions

View File

@ -1203,6 +1203,10 @@ pre code {
}
@media screen and (max-width: 500px) {
.hide {
display: none;
}
.entry {
width: 100%;
margin-left: 0;