feat(css): adjust css for html mirror
This commit is contained in:
parent
afbbe88ac0
commit
c8f3429b18
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue