switch to single column for mobile

This commit is contained in:
nek0 2019-09-09 15:21:17 +02:00
parent d1cbb268ad
commit 41e7414339
1 changed files with 5 additions and 0 deletions

View File

@ -342,6 +342,11 @@ h2 {
border-radius: 5px;
columns: auto;
}
.postlist {
columns: 1;
}
.plugs, .tags{
display: none;
}