print font

This commit is contained in:
Stephan 2017-01-10 13:38:28 +01:00
parent a7a92e7703
commit 34c73a2d47
5 changed files with 24 additions and 0 deletions

View file

@ -55,6 +55,10 @@ $din: $a4, $a5, $a6;
position: relative;
overflow: auto;
p {
@extend %basic_print;
}
.page_head, .page_foot {
position: absolute;
}