switch to single column for mobile
This commit is contained in:
parent
d1cbb268ad
commit
41e7414339
1 changed files with 5 additions and 0 deletions
|
@ -342,6 +342,11 @@ h2 {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
columns: auto;
|
columns: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postlist {
|
||||||
|
columns: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.plugs, .tags{
|
.plugs, .tags{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue