Min font 12px

This commit is contained in:
Sergiotarxz 2023-05-07 23:42:34 +02:00
parent cc57650c28
commit e6256041b7
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ body {
width: 100%;
table-layout: fixed; }
body div.page-contents table td, body div.page-contents table th {
font-size: 9px; }
font-size: 12px; }
body div.page-contents th, body div.page-contents td {
border: 3px solid blueviolet;
border-collapse: collapse;

View File

@ -71,7 +71,7 @@ body {
width: 100%;
td, th {
font-size: 9px;
font-size: 12px;
}
table-layout: fixed;