Add smaller font size for print media

This commit is contained in:
Paul Brinkmeier 2023-06-30 16:19:59 +02:00
parent 58ed948975
commit c44f11a686

View File

@ -57,6 +57,11 @@
th { th {
font-size: .8em; font-size: .8em;
} }
@media print {
body {
font-size: 8px;
}
}
</style> </style>
</head> </head>
<body> <body>