chore(style): decrease font-size to 11pt, padding to 0.5em

This commit is contained in:
Luca 2025-05-20 20:19:29 +02:00
parent c2fdcbd085
commit 3387c87f3b
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ body {
border-color: #000;
border-style: solid;
border-width: 0 var(--border-width) var(--border-width) 0;
font-size: 12pt;
padding: 1em;
font-size: 11pt;
padding: 0.5em;
text-align: center;
}