feat(css): adjust css for html mirror

This commit is contained in:
valvin 2022-10-07 07:52:04 +02:00
parent afbbe88ac0
commit c8f3429b18
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,7 @@ body {
color: var(--text);
background-color: var(--bg);
font-size: 1.15rem;
line-height: 1.5;
line-height: 1.2;
display: grid;
grid-template-columns: 1fr min(45rem, 90%) 1fr;
margin: 0;
@ -115,6 +115,7 @@ body > footer {
/* Format headers */
h1 {
font-size: 3rem;
margin-top: 3rem;
}
h2 {
@ -574,6 +575,7 @@ kbd {
}
pre {
font-size: 0.9rem;
padding: 1rem 1.4rem;
max-width: 100%;
overflow: auto;