Improved markdown container image/video display. Added more content to a project.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user