Add image shortcode
This commit is contained in:
parent
7a9b33a9b1
commit
0a4730452c
3 changed files with 17 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue