mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2025-12-29 18:49:50 -08:00
align chart
This commit is contained in:
@@ -175,7 +175,9 @@ code {
|
|||||||
|
|
||||||
figure {
|
figure {
|
||||||
margin: calc(var(--line-height) * 2) 3ch;
|
margin: calc(var(--line-height) * 2) 3ch;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
display: block;
|
display: block;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|||||||
10
index.md
10
index.md
@@ -120,11 +120,11 @@ To have it stand out a bit more, we can wrap it in a `<figure>` tag, and why not
|
|||||||
Let's go wild and draw a chart!
|
Let's go wild and draw a chart!
|
||||||
|
|
||||||
<figure><pre>
|
<figure><pre>
|
||||||
Things I have.
|
Things I Have
|
||||||
████ Usable
|
|
||||||
│
|
│ ████ Usable
|
||||||
15 │ ░░░░ Broken
|
15 │
|
||||||
│
|
│ ░░░░ Broken
|
||||||
│
|
│
|
||||||
12 │ ░
|
12 │ ░
|
||||||
│ ░
|
│ ░
|
||||||
|
|||||||
Reference in New Issue
Block a user