Improved markdown container image/video display. Added more content to a project.

This commit is contained in:
Hunter W.
2026-06-15 16:30:06 -04:00
parent 8817db782f
commit bbd49c628e
10 changed files with 72 additions and 9 deletions

View File

@@ -38,7 +38,23 @@
text-align: center;
font-family: var(--sans);
font-size: 12;
line-height: 2;
color: var(--muted);
background-color: var(--bg-raised);
padding: 0.5em;
border-radius: var(--radius-md);
box-shadow: var(--shadow-md);
display: flex;
flex-direction: column-reverse;
margin-bottom: 2em;
}
blockquote img {
border-radius: var(--radius-sm);
}
blockquote video {
align-self: center;
}
ul {