mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 07:49:45 +00:00
PDF font size tweaks.
This commit is contained in:
parent
131c0ea99d
commit
830aa2cfab
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ background-color: #fdfdfd;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 36em;
|
max-width: 50em;
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
padding-right: 50px;
|
padding-right: 50px;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
|
@ -14,10 +14,11 @@ hyphens: auto;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-kerning: normal;
|
font-kerning: normal;
|
||||||
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
body {
|
body {
|
||||||
font-size: 0.9em;
|
font-size: 90%;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in a new issue