feat(css): adjust css for html mirror
This commit is contained in:
parent
afbbe88ac0
commit
c8f3429b18
|
@ -70,7 +70,7 @@ body {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
background-color: var(--bg);
|
background-color: var(--bg);
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
line-height: 1.5;
|
line-height: 1.2;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr min(45rem, 90%) 1fr;
|
grid-template-columns: 1fr min(45rem, 90%) 1fr;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -115,6 +115,7 @@ body > footer {
|
||||||
/* Format headers */
|
/* Format headers */
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -574,6 +575,7 @@ kbd {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
font-size: 0.9rem;
|
||||||
padding: 1rem 1.4rem;
|
padding: 1rem 1.4rem;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in New Issue