Pull in Viget posts

This commit is contained in:
David Eisinger
2023-10-22 23:52:56 -04:00
parent 625d374135
commit 0438a6d828
77 changed files with 8219 additions and 5 deletions

View File

@@ -108,6 +108,11 @@ code {
white-space: nowrap;
}
img {
width: 100%;
height: auto;
}
.image-set {
display: flex;
gap: 1em;
@@ -117,11 +122,6 @@ code {
figure {
line-height: 0;
}
img {
width: 100%;
height: auto;
}
}
.references, .footnotes {
@@ -135,3 +135,19 @@ code {
margin-top: 0.5em;
}
}
.highlight, pre {
overflow: auto;
code {
background: none;
padding: 0;
border-radius: 0;
}
}
pre {
background-color: #ddd;
padding: 1ch 1ch;
border-radius: 3px;
}