added print view

This commit is contained in:
2017-03-31 16:40:58 +02:00
parent 307bf972bc
commit 41b1b9f572

View File

@@ -56,3 +56,16 @@ p {
padding-left: 3em;
}
}
@media print {
.poem {
font-size: 20px;
display: block !important;
}
#bottom {
display: none;
}
}
@page {
size: auto;
margin: 0mm;
}