Center single images on page
When including an individual image or figure, center it on page.
This commit is contained in:
parent
24a3188a25
commit
bd5b709881
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,8 @@ img::-moz-selection {
|
|||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue