Add smaller font size for print media
This commit is contained in:
parent
58ed948975
commit
c44f11a686
@ -57,6 +57,11 @@
|
||||
th {
|
||||
font-size: .8em;
|
||||
}
|
||||
@media print {
|
||||
body {
|
||||
font-size: 8px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user