Add image shortcode

This commit is contained in:
panr 2018-12-12 19:55:37 +01:00
parent 7a9b33a9b1
commit 0a4730452c
3 changed files with 17 additions and 1 deletions

View file

@ -79,6 +79,19 @@ a {
img {
display: block;
max-width: 100%;
&.left {
margin-right: auto;
}
&.center {
margin-left: auto;
margin-right: auto;
}
&.right {
margin-left: auto;
}
}
code {