Skip to content

Commit

Permalink
Add image and figure shortcodes (alex-shpak#233)
Browse files Browse the repository at this point in the history
* add image and figure shortcodes
* remove shortcodes, add css
  • Loading branch information
davidfeng88 authored Jun 16, 2020
1 parent d3673e7 commit c79ab9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
text-align: center;
}

.text-left {
text-align: left;
}

.text-right {
text-align: right;
}

.hidden {
display: none;
}
Expand Down

0 comments on commit c79ab9d

Please sign in to comment.