Add render-image template
This commit is contained in:
parent
a42000fe63
commit
7c1f5f900f
3 changed files with 18 additions and 0 deletions
10
assets/scss/markup/render-image.scss
Normal file
10
assets/scss/markup/render-image.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
.md-img {
|
||||
margin: 3em;
|
||||
&.with-text { margin-bottom: .5em; }
|
||||
&-text {
|
||||
font-size: .8em;
|
||||
font-weight: 300;
|
||||
margin: 0 0 3em 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue