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

Alexander Bilz
17.48.2020 4a73b15a6addea1a2fdf8341aa165fc7dd14e821
Merge pull request #74 from kpetrilli/Printer_CSS

Printer friendly CSS
1 files modified
9 ■■■■ changed files
assets/css/style.css 9 ●●●● 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;
@@ -970,3 +971,9 @@
    cursor: zoom-out;
    will-change: transform;
}
@media print {
    .page-top {
        display: none;
    }
}