Center images in articles
This commit is contained in:
parent
2ff20058ad
commit
5448934b61
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,12 @@ article section {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article section img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
font-family: 'Source Code Pro', monospace;
|
font-family: 'Source Code Pro', monospace;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue