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

kpetrilli
17.30.2020 35147d1f5919f3862502d1bb206c7adabcf24224
.page-top is now hidden for printers
1 files modified
6 ■■■■■ changed files
assets/css/style.css 6 ●●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -971,3 +971,9 @@
    cursor: zoom-out;
    will-change: transform;
}
@media print {
    .page-top {
        display: none;
    }
}