Make figure look good
This commit is contained in:
parent
069152215d
commit
301ffe94e8
@ -68,7 +68,7 @@ pre {
|
||||
color: #464646;
|
||||
text-shadow: 0 1px white;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
white-space: pre-line;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
@ -83,6 +83,16 @@ pre {
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 1em 0.5em;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
font-size: 0.7em;
|
||||
padding: 0 1em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0.2em;
|
||||
border-left: 2px solid #2d3935;
|
||||
|
Loading…
Reference in New Issue
Block a user