mirror of https://github.com/lxndrblz/anatole.git

kpetrilli
17.20.2020 043216d356cd60cad885b754c3c65f048cb8eb84
Applied media rules for small screens to printers as well
1 files modified
3 ■■■■ changed files
assets/css/style.css 3 ●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -814,7 +814,8 @@
    display: none;
}
@media screen and (max-width: 960px) {
@media screen and (max-width: 960px),
print {
    .sidebar {
        width: 100%;
        position: absolute;