Skip to content

Commit

Permalink
Align in P text left and adding sample slide.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Apr 14, 2015
1 parent e5904cb commit 5c29437
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions _slides/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ Including vertical slides
How neat is this?
---
Moar *markdown*
---
# Bullets = $$
* Start with an idea
* Something in middle
* $$ Profit $$

---
# This is a paragraph
There are many awesome things that you could put on a slide. Maybe one of those things is a paragraph. Just don't put too much. Nobody likes that.
3 changes: 2 additions & 1 deletion assets/css/theme/18f.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ body {
*********************************************/
.reveal p {
margin: 20px 0;
line-height: 1.3; }
line-height: 1.3;
text-align: left; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img, .reveal video, .reveal iframe {
Expand Down

0 comments on commit 5c29437

Please sign in to comment.